Documentation Source Text

Check-in [ab87f9f72b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add notes about the new sqlite3_db_config() interfaces. Enhanced discussion of the double-quoted string literal misfeature.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ab87f9f72bc40a338a06275c61a652350d02a1ce3e451c4f73f53f537e8ce10c
User & Date: drh 2019-06-17 14:14:53.010
Context
2019-07-02
12:47
Add documentation for the SQLITE_DQS compile-time option. Adjust the documentation so that the default is now -DSQLITE_DQS=3. (check-in: e2807b06c2 user: drh tags: trunk)
2019-06-17
14:14
Add notes about the new sqlite3_db_config() interfaces. Enhanced discussion of the double-quoted string literal misfeature. (check-in: ab87f9f72b user: drh tags: trunk)
13:56
Track the revised DQS interface. (Closed-Leaf check-in: 09cea3924b user: drh tags: new-dbconfig-options)
2019-06-12
20:31
Fix the description of how collation is computed to indicate that the collation is not blocked by a CAST operator. Fix for ticket https://www.sqlite.org/src/info/b148fa61059fb6c2. (check-in: 9f887f15e5 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to pages/changes.in.
Changes to pages/lang.in.
Changes to pages/pragma.in.
Changes to pages/quirks.in.