Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the SQLITE_SOURCE_ID and sha1sum for 3.9.2. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0c15d84626cf2784d624326c2d945b5c |
User & Date: | dan 2015-11-02 18:36:36.008 |
Context
2015-11-02
| ||
18:42 | Fix typo in matrix.tcl. (check-in: 08bd5f6079 user: dan tags: trunk) | |
18:36 | Add the SQLITE_SOURCE_ID and sha1sum for 3.9.2. (check-in: 0c15d84626 user: dan tags: trunk) | |
14:10 | Add a note to help clarify that automatic indexes and internal indexes used to implement PRIMARY KEY and UNIQUE constraints are unrelated. (check-in: 6910bdfa2a user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | (obscure and ill-formed) CREATE TABLE statements the same as legacy. Fix for ticket [https://www.sqlite.org/src/info/ac661962a2aeab3c331|ac661962a2aeab3c331] <li>Fix a query planner problem that could result in an incorrect answer due to the use of [automatic indexing] in subqueries in the FROM clause of a correlated scalar subqueries. Fix for ticket [https://www.sqlite.org/src/info/8a2adec1|8a2adec1]. } {patchagainst 1 patchagainst 2} chng {2015-10-16 (3.9.1)} { <li>Fix [the json1 extension] so that it does <u>not</u> recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. Fix for ticket [https://www.sqlite.org/src/info/57eec374ae1d0a1d|57eec374ae1d0a1d] <li>Add a few #ifdef and build script changes to address compilation issues that | > > > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | (obscure and ill-formed) CREATE TABLE statements the same as legacy. Fix for ticket [https://www.sqlite.org/src/info/ac661962a2aeab3c331|ac661962a2aeab3c331] <li>Fix a query planner problem that could result in an incorrect answer due to the use of [automatic indexing] in subqueries in the FROM clause of a correlated scalar subqueries. Fix for ticket [https://www.sqlite.org/src/info/8a2adec1|8a2adec1]. <li>SQLITE_SOURCE_ID: "2015-11-02 18:31:45 bda77dda9697c463c3d0704014d51627fceee328" <li>SHA1 for sqlite3.c: 1c4013876f50bbaa3e6f0f98e0147c76287684c1 } {patchagainst 1 patchagainst 2} chng {2015-10-16 (3.9.1)} { <li>Fix [the json1 extension] so that it does <u>not</u> recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. Fix for ticket [https://www.sqlite.org/src/info/57eec374ae1d0a1d|57eec374ae1d0a1d] <li>Add a few #ifdef and build script changes to address compilation issues that |
︙ | ︙ |