Documentation Source Text
Check-in [c98f1a5ff9]
Not logged in

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

Overview
SHA1 Hash:c98f1a5ff909517b95f6a551bcd3b17a238f9a6d
Date: 2012-08-25 01:56:39
User: drh
Comment:Update the change log for 3.7.14 to reflect the latest additions.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/changes.in

55 they can optionally check just a single attached database install of all 55 they can optionally check just a single attached database install of all 56 attached databases. 56 attached databases. 57 <li>Enhancements to [WAL mode] processing that ensure that at least one 57 <li>Enhancements to [WAL mode] processing that ensure that at least one 58 valid read-mark is available at all times, so that read-only processes 58 valid read-mark is available at all times, so that read-only processes 59 can always read the database. 59 can always read the database. 60 <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. 60 <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. 61 <li>Added the [SQLITE_DISABLE_FTS4_DEFERRED] compile-time option. 61 <li>Added the [SQLITE_DISABLE_FTS4_DEFERRED] compile-time option. > 62 <li>Better handling of aggregate queries where the aggregate functions are > 63 contained within subqueries. > 64 <li>Enhance the query planner so that it will try to use a [covering index] > 65 on queries that make use of [or optimization]. 62 } 66 } 63 67 64 chng {2012-06-11 (3.7.13)} { 68 chng {2012-06-11 (3.7.13)} { 65 <li>[in-memory database | In-memory databases] that are specified using 69 <li>[in-memory database | In-memory databases] that are specified using 66 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 70 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 67 so that the same 71 so that the same 68 in-memory database can be accessed from multiple database connections. 72 in-memory database can be accessed from multiple database connections.