Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Initial change log for the 3.14.2 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3324b46ab0c2202376430735a8ec16ca |
User & Date: | drh 2016-09-09 15:38:53.586 |
Context
2016-09-12
| ||
08:34 | Fix the search script so that it can search for individual pragmas. Fix a mismatched tag in the document headers causing the search script to index the menubar on every page. (check-in: 4d25c80abf user: dan tags: trunk) | |
2016-09-09
| ||
15:38 | Initial change log for the 3.14.2 release. (check-in: 3324b46ab0 user: drh tags: trunk) | |
2016-09-07
| ||
14:45 | Fix a typo on compile.html. (check-in: c45332bd5c user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2016-08-11 (3.14.1)} { <li>A performance enhancement to the page-cache "truncate" operation reduces [COMMIT] time by dozens of milliseconds on systems with a large [PRAGMA cache_size|page cache]. <li>Fix to the --rbu option of [sqldiff]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2016-08-11 18:53:32 a12d8059770df4bca59e321c266410344242bf7b" | > > > > > > > > > > > > > > > > > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2016-09-12 (3.14.2)} { <li> Improved support for using the STDCALL calling convention in winsqlite3.dll. <li> Fix the [sqlite3_trace_v2()] interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation. <li> Fix commenting errors and improve the comments generated on [EXPLAIN] listings when the [-DSQLITE_ENABLE_EXPLAIN_COMMENTS] compile-time option is used. <li> Fix the ".read" command in the [command-line shell] so that it understands that its input is not interactive. <li> Correct affinity computations for a SELECT on the RHS of an IN operator. Fix for ticket [https://sqlite.org/src/info/199df4168c|199df4168c]. <li> The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket [https://sqlite.org/src/info/0c4df46116e90f92|0c4df46116e90f92]. <li> Fix an internal code generator problem that was causing some [DELETE] operations to no-op. Ticket [https://sqlite.org/src/info/ef360601|ef360601] } {patchagainst 1 patchagainst 2} chng {2016-08-11 (3.14.1)} { <li>A performance enhancement to the page-cache "truncate" operation reduces [COMMIT] time by dozens of milliseconds on systems with a large [PRAGMA cache_size|page cache]. <li>Fix to the --rbu option of [sqldiff]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2016-08-11 18:53:32 a12d8059770df4bca59e321c266410344242bf7b" |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
9 10 11 12 13 14 15 | [serverless|embedded], [zero-configuration], [public-domain], SQL database engine. SQLite is the [most used] database engine in the world. <a class="button" href="about.html">More Info</a></p> <hr class="xhr"> <span class="hdrfont">Latest Release: </span> | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [serverless|embedded], [zero-configuration], [public-domain], SQL database engine. SQLite is the [most used] database engine in the world. <a class="button" href="about.html">More Info</a></p> <hr class="xhr"> <span class="hdrfont">Latest Release: </span> <a href="releaselog/3_14_2.html">Version 3.14.2</a> on 2016-08-11. <a class="button" href="download.html">Download</a> <a class="button" href="chronology.html">Prior Releases</a> <div class="mobileonly"> <hr class="xhr"> <h3>Common Links</h3> |
︙ | ︙ |