And there was great rejoicing: "1. Added the SQLITE_DBCONFIG_DQS_DML and SQLITE_DBCONFIG_DQS_DDL actions to sqlite3_db_config() for activating and deactivating the double-quoted string literal misfeature. Both default to "on" for legacy compatibility, but developers are encouraged to turn them "off", perhaps using the -DSQLITE_DQS=0 compile-time option."
Also, I don't think I'd ever seen the quirks page (https://sqlite.org/quirks.html) before. Is that new-ish? I don't see it anywhere on https://sqlite.org/docs.html , maybe add it to the "Overview Documents" section? -----Original Message----- From: sqlite-announce <[email protected]> On Behalf Of Richard Hipp Sent: Wednesday, July 10, 2019 4:20 PM To: sqlite-announce <[email protected]> Subject: [sqlite-announce] Version 3.29.0 SQLite version 3.29.0 is now available on the SQLite website: https://sqlite.org/ https://sqlite.org/releaselog/3_29_0.html Version 3.29.0 is a routine maintenance release with some small performance enhancements and fixes for various obscure bugs. See the release notes above for details. If you have any problems, please report them to the [email protected] mailing list or directly to me. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-announce mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

