Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the SQLITE_SOURCE_ID and sha1 for 3071400 to changes.in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
23ef7483d7b03542e55946db2c302f0f |
User & Date: | dan 2012-09-03 15:57:41.428 |
Context
2012-09-03
| ||
18:50 | Merge together the accidental trunk fork. (check-in: af94b16ada user: drh tags: trunk) | |
15:57 | Add the SQLITE_SOURCE_ID and sha1 for 3071400 to changes.in. (check-in: 23ef7483d7 user: dan tags: trunk) | |
15:46 | Push the 3.7.14 release date forward by two days. (check-in: 036b419808 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | 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 contained within subqueries. <li>Enhance the query planner so that it will try to use a [covering index] on queries that make use of [or optimization]. } chng {2012-06-11 (3.7.13)} { <li>[in-memory database | In-memory databases] that are specified using [URI filenames] are allowed to use [in-memory shared-cache | shared cache], so that the same in-memory database can be accessed from multiple database connections. | > > > | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 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 contained within subqueries. <li>Enhance the query planner so that it will try to use a [covering index] on queries that make use of [or optimization]. <li>SQLITE_SOURCE_ID: "2012-09-03 15:42:36 c0d89d4a9752922f9e367362366efde4f1b06f2a" <li>SHA1 for sqlite3.c: 5fdf596b29bb426001f28b488ff356ae14d5a5a6 } chng {2012-06-11 (3.7.13)} { <li>[in-memory database | In-memory databases] that are specified using [URI filenames] are allowed to use [in-memory shared-cache | shared cache], so that the same in-memory database can be accessed from multiple database connections. |
︙ | ︙ |