Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add news for 3.27.0 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7a25788e4c11595b7dc88fbcc08906e4 |
User & Date: | drh 2019-02-07 13:42:08.619 |
Context
2019-02-07
| ||
13:47 | Merge changes from the 3.26.0 release branch. (check-in: 9d6e96fd8f user: drh tags: trunk) | |
13:42 | Add news for 3.27.0 (check-in: 7a25788e4c user: drh tags: trunk) | |
2019-02-05
| ||
16:45 | Update to the change log. (check-in: f9f945c599 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2019-02-07 (3.27.0)} { <li>Added the [VACUUM INTO] command <li>Issue an SQLITE_WARNING message on the [error log] if a [double-quoted string literal] is used. <li>The [sqlite3_normalized_sql()] interface works on any prepared statement created using [sqlite3_prepare_v2()] or [sqlite3_prepare_v3()]. It is no longer necessary to use [sqlite3_prepare_v3()] with [SQLITE_PREPARE_NORMALIZE] in order to use [sqlite3_normalized_sql()]. |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {<a href="releaselog/\2_\3_\4.html">\0</a>} title } hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2018-12-01} {Release 3.26.0} { SQLite [version 3.26.0] is a routine maintenance release with various performance and feature enhancements. See the [version 3.26.0|release notes] for details. } | > > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {<a href="releaselog/\2_\3_\4.html">\0</a>} title } hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2019-02-07} {Release 3.27.0} { SQLite [version 3.27.0] is a routine maintenance release with various performance and feature enhancements. See the [version 3.27.0|release notes] for details. } newsitem {2018-12-01} {Release 3.26.0} { SQLite [version 3.26.0] is a routine maintenance release with various performance and feature enhancements. See the [version 3.26.0|release notes] for details. } |
︙ | ︙ |