SQLite Forum

about "strict" mode
Login
Perhaps the description of what strict-mode does above isn't complete, but I am missing these checks:

- forcing/requiring the use of correct quoting: strings can only be in single-quotes,
- identifiers only bare or in double-quotes)
- column default values having to be of the specific type of the column (checked at schema creation time)

Any chance those would be included?