Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.20.0 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-3.20.0 |
Files: | files | file ages | folders |
SHA3-256: |
f5463fb0e65293458f43b1549037f6d9 |
User & Date: | drh 2017-08-01 13:28:19.516 |
Context
2017-08-01
| ||
18:42 | Fix a typo in the changelog for release 3.4.0. (check-in: 0a8c13265d user: dan tags: trunk) | |
13:28 | Version 3.20.0 (check-in: f5463fb0e6 user: drh tags: trunk, release, version-3.20.0) | |
01:23 | Update the speed-and-size spreadsheet with the latest test numbers. (check-in: 17d120e496 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
111 112 113 114 115 116 117 118 119 120 121 122 123 124 | [https://sqlite.org/src/info/892fc34f173e99d8|892fc34f173e99d8]. <li> Fix rare false-positives in [PRAGMA integrity_check] when run on a database connection with [ATTACH|attached databases]. Ticket [https://sqlite.org/src/info/a4e06e75a9ab61a12|a4e06e75a9ab61a12] <li> Fix a bug (discovered by OSSFuzz) that causes an assertion fault if certain dodgy CREATE TABLE declarations are used. Ticket [https://sqlite.org/src/info/bc115541132dad136|bc115541132dad136] } chng {2017-06-17 (3.18.2)} { <li>Fix a bug that might cause duplicate output rows when an IN operator is used in the WHERE clause. Ticket [https://sqlite.org/src/info/61fe9745|61fe9745]. <p><b>Hashes:</b> | > > > | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | [https://sqlite.org/src/info/892fc34f173e99d8|892fc34f173e99d8]. <li> Fix rare false-positives in [PRAGMA integrity_check] when run on a database connection with [ATTACH|attached databases]. Ticket [https://sqlite.org/src/info/a4e06e75a9ab61a12|a4e06e75a9ab61a12] <li> Fix a bug (discovered by OSSFuzz) that causes an assertion fault if certain dodgy CREATE TABLE declarations are used. Ticket [https://sqlite.org/src/info/bc115541132dad136|bc115541132dad136] <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2017-08-01 13:24:15 9501e22dfeebdcefa783575e47c60b514d7c2e0cad73b2a496c0bc4b680900a8" <li>SHA3-256 for sqlite3.c: 79b7f3b977360456350219cba0ba0e5eb55910565eab68ea83edda2f968ebe95 } chng {2017-06-17 (3.18.2)} { <li>Fix a bug that might cause duplicate output rows when an IN operator is used in the WHERE clause. Ticket [https://sqlite.org/src/info/61fe9745|61fe9745]. <p><b>Hashes:</b> |
︙ | ︙ |
Changes to pages/chronology.in.
︙ | ︙ | |||
24 25 26 27 28 29 30 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { 9501e22dfe|2017-08-01|Version 3.20.0 036ebf729e|2017-06-17|Version 3.18.2 77bb46233d|2017-06-16|Version 3.18.1 0ee482a1e0|2017-06-08|Version 3.19.3 edb4e819b0|2017-05-25|Version 3.19.2 f6d7b988f4|2017-05-24|Version 3.19.1 28a94eb282|2017-05-22|Version 3.19.0 424a0d3803|2017-03-28|Version 3.18.0 |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
15 16 17 18 19 20 21 | regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } | | > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2017-08-01} {Release 3.20.0} { SQLite [version 3.20.0] is a regularly secheduled maintenance release of SQLite. <p> This release contains many minor enhancements, including: <ul> <li> Several new extensions <li> Enhancements to the "sqlite3.exe" command-line shell <li> Query planner enhancements <li> Miscellaneous code optimizations for improved performance <li> Fixes for some obscure bugs </ul> <p> See the [version 3.20.0|release notes] for more information. } newsitem {2017-06-17} {Release 3.18.2} { SQLite [version 3.18.2] is another backport of a bug fix found |
︙ | ︙ |