SQLite Forum

Pragma compile_options does not show some options
Login
Is *SQLITE_DQS* really that different?

Just as a compile option *ENABLE_JSON1* shows that JSON parsing is enabled or disabled and therefore a SQL statement containing JSON fuctions can be processed or not, *SQLITE_DQS* shows what combinations of abuse of double quotes will be accepted or rejected.

A statement like
``Select "Hello";
``
which is processed with *SQLITE_DQS=3* results in an error with *SQLITE_DQS=0*.