Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 23ef7483d7b03542e55946db2c302f0f8fe39b0f |
|---|---|
| Date: | 2012-09-03 15:57:41 |
| User: | dan |
| Comment: | Add the SQLITE_SOURCE_ID and sha1 for 3071400 to changes.in. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
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.