Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the 3.7.14 change summary. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
344a45bf94bafe40a0e2cab9ea9eb3e2 |
User & Date: | drh 2012-09-04 14:27:01.472 |
Context
2012-09-11
| ||
11:04 | Add information on the values returned by the wal_checkpoint pragma. (check-in: 58cdffdea5 user: drh tags: trunk) | |
2012-09-04
| ||
14:27 | Fix a typo in the 3.7.14 change summary. (check-in: 344a45bf94 user: drh tags: trunk) | |
14:16 | Use CSS instead of GIFs to make the rounded corners on the menu bar. (check-in: 2912fc93f7 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
52 53 54 55 56 57 58 | a database from the output of the ".dump" command of the [command-line shell]. <li>Added the [sqlite3_close_v2()] interface. <li>Updated the [command-line shell] so that it can be built using [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. <li>Improvements to the windows makefiles and build processes. <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that | | | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | a database from the output of the ".dump" command of the [command-line shell]. <li>Added the [sqlite3_close_v2()] interface. <li>Updated the [command-line shell] so that it can be built using [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. <li>Improvements to the windows makefiles and build processes. <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that they can optionally check just a single attached database instead of all attached databases. <li>Enhancements to [WAL mode] processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. <li>Added the [SQLITE_DISABLE_FTS4_DEFERRED] compile-time option. <li>Better handling of aggregate queries where the aggregate functions are |
︙ | ︙ |