Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 344a45bf94bafe40a0e2cab9ea9eb3e29aa6929d |
|---|---|
| Date: | 2012-09-04 14:27:01 |
| User: | drh |
| Comment: | Fix a typo in the 3.7.14 change summary. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/changes.in
52 a database from the output of the ".dump" command of the 52 a database from the output of the ".dump" command of the 53 [command-line shell]. 53 [command-line shell]. 54 <li>Added the [sqlite3_close_v2()] interface. 54 <li>Added the [sqlite3_close_v2()] interface. 55 <li>Updated the [command-line shell] so that it can be built using 55 <li>Updated the [command-line shell] so that it can be built using 56 [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. 56 [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. 57 <li>Improvements to the windows makefiles and build processes. 57 <li>Improvements to the windows makefiles and build processes. 58 <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that 58 <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that 59 they can optionally check just a single attached database install of all | 59 they can optionally check just a single attached database instead of all 60 attached databases. 60 attached databases. 61 <li>Enhancements to [WAL mode] processing that ensure that at least one 61 <li>Enhancements to [WAL mode] processing that ensure that at least one 62 valid read-mark is available at all times, so that read-only processes 62 valid read-mark is available at all times, so that read-only processes 63 can always read the database. 63 can always read the database. 64 <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. 64 <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. 65 <li>Added the [SQLITE_DISABLE_FTS4_DEFERRED] compile-time option. 65 <li>Added the [SQLITE_DISABLE_FTS4_DEFERRED] compile-time option. 66 <li>Better handling of aggregate queries where the aggregate functions are 66 <li>Better handling of aggregate queries where the aggregate functions are