Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Break out the SHA1 hashes into a separate subheading on the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c5565753d60416aacdf29d282ace3402 |
User & Date: | drh 2016-03-29 17:30:40.459 |
Context
2016-03-29
| ||
17:54 | Typo fix and a new anchor in the spellfix documentation. (check-in: ab675a0b08 user: drh tags: trunk) | |
17:30 | Break out the SHA1 hashes into a separate subheading on the change log. (check-in: c5565753d6 user: drh tags: trunk) | |
10:44 | Add the SQLITE_SOURCE_ID and sha1sum for version 3.12. (check-in: 36f9ae056f user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <li>Make sure the [sqlite3_set_auxdata()] values from multiple triggers within a single statement do not interfere with one another. Ticket [https://www.sqlite.org/src/info/dc9b1c91|dc9b1c91]. <li>Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. Ticket [https://www.sqlite.org/src/info/5e3c886796e5512e|5e3c886796e5512e]. <li>Fix a harmless TSAN warning associated with the [sqlite3_db_readonly()] interface. <li>SQLITE_SOURCE_ID: "2016-03-29 10:14:15 e9bb4cf40f4971974a74468ef922bdee481c988b" <li>SHA1 for sqlite3.c: cba2be96d27cb51978cd4a200397a4ad178986eb } chng {2016-03-03 (3.11.1)} { <li>Improvements to the Makefiles and build scripts used by VisualStudio. <li>Fix an [FTS5] issue in which the 'optimize' command could cause index corruption. | > | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | <li>Make sure the [sqlite3_set_auxdata()] values from multiple triggers within a single statement do not interfere with one another. Ticket [https://www.sqlite.org/src/info/dc9b1c91|dc9b1c91]. <li>Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. Ticket [https://www.sqlite.org/src/info/5e3c886796e5512e|5e3c886796e5512e]. <li>Fix a harmless TSAN warning associated with the [sqlite3_db_readonly()] interface. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2016-03-29 10:14:15 e9bb4cf40f4971974a74468ef922bdee481c988b" <li>SHA1 for sqlite3.c: cba2be96d27cb51978cd4a200397a4ad178986eb } chng {2016-03-03 (3.11.1)} { <li>Improvements to the Makefiles and build scripts used by VisualStudio. <li>Fix an [FTS5] issue in which the 'optimize' command could cause index corruption. |
︙ | ︙ |