View Ticket
Not logged in
Ticket Hash: 9a3cb09825b1a56012a18fa7785ae379ed198f5d
Title: Recommended DQS setting
Status: Closed Type: Documentation
Severity: Cosmetic Priority: Immediate
Subsystem: Resolution: Overcome_By_Events
Last Modified: 2020-08-02 11:31:50
Version Found In: 5.0.0-doc
User Comments:
anonymous added on 2020-01-15 00:37:40:
I think there was a typo in the wiki under "The most recent approach of SQLite to ISO SQL quoting". The recommended setting is -DSQLITE_DQS=0 (to enable strict DQS checking, disabling the misfeature), but this section says the recommended setting is -DSQLITE_DQS=3.

From the SQLite docs: Application developers are encouraged to compile using -DSQLITE_DQS=0 in order to disable the double-quoted string literal misfeature by default.

Cheers,
Thomas

sandro added on 2020-08-02 11:31:50:
the developers of SQLite changed their mind in the meanwhile.
the wiki page simply reflects the suggested setting at the time of the very early introduction of DQS