Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add version 3.9.2 to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
938ebc6962ea79a5da83a86bfe40f9d9 |
User & Date: | drh 2015-11-02 13:51:39.121 |
Context
2015-11-02
| ||
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) | |
13:51 | Add version 3.9.2 to the change log. (check-in: 938ebc6962 user: drh tags: trunk) | |
2015-11-01
| ||
18:01 | Changes all references to the "tcl.tk" domain into "tcl-lang.org" as the maintainer of the "tk" top-level domain has been hacked and seems not to care. (check-in: 25a56d695c user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } 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 appeared after the 3.9.0 release. | > > > > > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2015-11-03 (3.9.2)} { <li>Fix the schema parser so that it interprets certain (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 appeared after the 3.9.0 release. |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
83 84 85 86 87 88 89 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_9_2.html">Version 3.9.2</a> of SQLite is recommended for all new development. </li> </ul></p> <h3>Common Links</h3> <p><ul> |
︙ | ︙ |