Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the feature list for 3.7.5. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9bc76da550afe1476f332959c6d6ac9c |
User & Date: | drh 2011-01-24 17:56:24.919 |
Context
2011-01-27
| ||
14:39 | Documentation updates in preparation for the 3.7.5 release. (check-in: c28584352a user: drh tags: trunk) | |
2011-01-24
| ||
17:56 | Update the feature list for 3.7.5. (check-in: 9bc76da550 user: drh tags: trunk) | |
2011-01-20
| ||
15:16 | Fixed eight documentation typos reported on the mailing list. (check-in: 9101dd1c25 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <li> Added the [SQLITE_DEFAULT_FOREIGN_KEYS] compile-time option. <li> Updates to [sqlite3_stmt_readonly()] so that its result is well-defined for all prepared statements and so that it works with [VACUUM]. <li> Added the "-heap" option to the [command-line shell] <li> Fix [http://www.sqlite.org/src/info/5d863f876e | a bug] involving frequent changes in and out of WAL mode and VACUUM that could (in theory) cause database corruption. } chng {2010 December 08 (3.7.4)} { <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. | > > > > > | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | <li> Added the [SQLITE_DEFAULT_FOREIGN_KEYS] compile-time option. <li> Updates to [sqlite3_stmt_readonly()] so that its result is well-defined for all prepared statements and so that it works with [VACUUM]. <li> Added the "-heap" option to the [command-line shell] <li> Fix [http://www.sqlite.org/src/info/5d863f876e | a bug] involving frequent changes in and out of WAL mode and VACUUM that could (in theory) cause database corruption. <li> Enhance the [sqlite3_trace()] mechanism so that nested SQL statements such as might be generated by virtual tables are shown but are shown in comments and without parameter expansion. This greatly improves tracing output when using the FTS3/4 and/or RTREE virtual tables. } chng {2010 December 08 (3.7.4)} { <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. |
︙ | ︙ |