Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the checksum and source-ids for version 3.8.9 to the changelog. Update the release date to the 8th. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bed24cae9a5164b166e1994a9033c0e4 |
User & Date: | dan 2015-04-08 14:12:39.042 |
Context
2015-04-10
| ||
14:08 | Generate the "toc.db" database containing all interfaces with links to their documentation. (check-in: 5f5f7776fc user: drh tags: trunk) | |
2015-04-08
| ||
14:12 | Add the checksum and source-ids for version 3.8.9 to the changelog. Update the release date to the 8th. (check-in: bed24cae9a user: dan tags: trunk) | |
2015-04-07
| ||
01:45 | Add a news entry and set the dates for the 3.8.9 release. (check-in: 4f5e3f3f7d user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
14 15 16 17 18 19 20 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } | | > > | 14 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 40 41 42 43 44 45 46 47 48 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2015-04-08 (3.8.9)} { <li>Add VxWorks-7 as an officially supported and tested platform. <li>Added the [sqlite3_status64()] interface. <li>Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory. <li>Added the [PRAGMA index_xinfo] command. <li>Fix a potential 32-bit integer overflow problem in the [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces. <li>Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using [SQLITE_OMIT_AUTORESET]. <li>Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables. <li>Added the ".dbinfo" command to the [command-line shell]. <li>Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function. <li>Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column. <li>SQLITE_SOURCE_ID: "2015-04-08 12:16:33 8a8ffc862e96f57aa698f93de10dee28e69f6e09" <li>SHA1 for sqlite3.c: 49f1c3ae347e1327b5aaa6c7f76126bdf09c6f42 } chng {2015-02-25 (3.8.8.3)} { <li>Fix a bug (ticket [https://www.sqlite.org/src/info/2326c258d02ead33|2326c258d02ead33]) that can lead to incorrect results if the qualifying constraint of a [partial index] appears in the ON clause of a LEFT JOIN. |
︙ | ︙ |
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 | 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 {2015-04-08} {Release 3.8.9} { <p>SQLite version 3.8.9 is a regularly scheduled maintenance release. New features in this release include the [PRAGMA index_xinfo] command, the [sqlite3_status64()] interface, and the ".dbinfo" command of the [command-line shell]. See the <a href='releaselog/3_8_9.html'>release notes</a> for additional information. } |
︙ | ︙ |