Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
05caaf5dfbc21a402a52431e3f29518a |
User & Date: | drh 2016-05-04 11:46:02.693 |
Context
2016-05-05
| ||
13:33 | Merge changes from the 3.12 branch. (check-in: d545903147 user: drh tags: trunk) | |
2016-05-04
| ||
11:46 | Fix typos in the change log. (check-in: 05caaf5dfb user: drh tags: trunk) | |
2016-05-03
| ||
17:20 | Fix typo in the change log. (check-in: ee23402710 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
51 52 53 54 55 56 57 | <li>Fix a locking race condition in Windows that can occur when two or more processes attempt to recover the same [hot journal] at the same time. } {backport {2016-04-18 (3.12.2)} backport {2016-04-08 (3.12.1)}} chng {2016-04-18 (3.12.2)} { <li>Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as <tt>"INTEGER" PRIMARY KEY</tt> (with quotes around | | | | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <li>Fix a locking race condition in Windows that can occur when two or more processes attempt to recover the same [hot journal] at the same time. } {backport {2016-04-18 (3.12.2)} backport {2016-04-08 (3.12.1)}} chng {2016-04-18 (3.12.2)} { <li>Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as <tt>"INTEGER" PRIMARY KEY</tt> (with quotes around the datatype keyword) were not being recognized as an [INTEGER PRIMARY KEY], which resulted in an incompatible database file. Ticket [https://www.sqlite.org/src/info/7d7525cb01b68|7d7525cb01b68] <li>Fix a bug (present since [version 3.9.0]) that can cause the [DELETE] operation to miss rows if [PRAGMA reverse_unordered_selects] is turned on. Ticket [https://www.sqlite.org/src/info/a306e56ff68b8fa5|a306e56ff68b8fa5] <li>Fix a bug in the code generator that can cause incorrect results if two or more [virtual tables] are joined and the virtual table used in outer loop of the join has an [IN operator] constraint. <li>Correctly interpret negative "PRAGMA cache_size" values when determining the cache size used for sorting large amounts of data. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2016-04-18 17:30:31 92dc59fd5ad66f646666042eb04195e3a61a9e8e" <li>SHA1 for sqlite3.c: de5a5898ebd3a3477d4652db143746d008b24c83 |
︙ | ︙ |