Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the sha1 and SQLITE_SOURCE_ID for sqlite 3.7.12 (8654aa9540). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0c4f615237cea78a9bb1a44b2e68e117 |
User & Date: | dan 2012-05-14 09:54:56.348 |
Context
2012-05-14
| ||
15:15 | Version 3.7.12 (check-in: 390fbb89ce user: drh tags: trunk, release, version-3.7.12) | |
09:54 | Add the sha1 and SQLITE_SOURCE_ID for sqlite 3.7.12 (8654aa9540). (check-in: 0c4f615237 user: dan tags: trunk) | |
2012-05-12
| ||
22:37 | Fix a single spelling error. (check-in: 2cb9dc6d21 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <li>Bug fix: Do not discard the DISTINCT as superfluous unless a subset of the result set is subject to a UNIQUE constraint <em>and</em> it none of the columns in that subset can be NULL. Ticket [http://www.sqlite.org/src/info/385a5b56b9 | 385a5b56b9]. <li>Bug fix: Do not optimize away an ORDER BY clause that has the same terms as a UNIQUE index unless those terms are also NOT NULL. Ticket [http://www.sqlite.org/src/info/2a5629202f | 2a5629202f]. } chng {2012 March 20 (3.7.11)} { <li>Enhance the [INSERT] syntax to allow multiple rows to be inserted via the VALUES clause. <li>Enhance the [CREATE VIRTUAL TABLE] command to support the | > > > | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | <li>Bug fix: Do not discard the DISTINCT as superfluous unless a subset of the result set is subject to a UNIQUE constraint <em>and</em> it none of the columns in that subset can be NULL. Ticket [http://www.sqlite.org/src/info/385a5b56b9 | 385a5b56b9]. <li>Bug fix: Do not optimize away an ORDER BY clause that has the same terms as a UNIQUE index unless those terms are also NOT NULL. Ticket [http://www.sqlite.org/src/info/2a5629202f | 2a5629202f]. <li>SQLITE_SOURCE_ID: "2012-05-14 01:41:23 8654aa9540fe9fd210899d83d17f3f407096c004" <li>SHA1 for sqlite3.c: 57e2104a0f7b3f528e7f6b7a8e553e2357ccd2e1 } chng {2012 March 20 (3.7.11)} { <li>Enhance the [INSERT] syntax to allow multiple rows to be inserted via the VALUES clause. <li>Enhance the [CREATE VIRTUAL TABLE] command to support the |
︙ | ︙ |