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

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

Overview
SHA1 Hash:af94b16ada97b8ec8c66bbb2c5830887eab4a74c
Date: 2012-09-03 18:50:52
User: drh
Comment:Merge together the accidental trunk fork.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/changes.in

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 67 contained within subqueries. 67 contained within subqueries. 68 <li>Enhance the query planner so that it will try to use a [covering index] 68 <li>Enhance the query planner so that it will try to use a [covering index] 69 on queries that make use of [or optimization]. 69 on queries that make use of [or optimization]. > 70 <li>SQLITE_SOURCE_ID: > 71 "2012-09-03 15:42:36 c0d89d4a9752922f9e367362366efde4f1b06f2a" > 72 <li>SHA1 for sqlite3.c: 5fdf596b29bb426001f28b488ff356ae14d5a5a6 70 } 73 } 71 74 72 chng {2012-06-11 (3.7.13)} { 75 chng {2012-06-11 (3.7.13)} { 73 <li>[in-memory database | In-memory databases] that are specified using 76 <li>[in-memory database | In-memory databases] that are specified using 74 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 77 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 75 so that the same 78 so that the same 76 in-memory database can be accessed from multiple database connections. 79 in-memory database can be accessed from multiple database connections.