Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a News entry for 3.30.0. Set the release date. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0cbc8d6315cb212b7acd34bc27780731 |
User & Date: | drh 2019-10-04 14:58:17.311 |
Context
2019-10-04
| ||
15:08 | Update chronology.in and changes.in with the correct release hashes. (check-in: 1433012434 user: drh tags: trunk) | |
14:58 | Add a News entry for 3.30.0. Set the release date. (check-in: 0cbc8d6315 user: drh tags: trunk) | |
2019-10-02
| ||
12:39 | Fix the history hyperlinks on the checklist app. (check-in: 5cb74ba705 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-10-04 (3.30.0)} { <li> Add support for the [FILTER clause on aggregate functions]. <li> Add support for the [NULLS FIRST] and [NULLS LAST] syntax in [ORDER BY] clauses. <li> The [index_info] and [index_xinfo] pragmas are enhanced to provide information about the on-disk representation of [WITHOUT ROWID] tables. <li> Add the [sqlite3_drop_modules()] interface, allowing applications to disable automatically loaded virtual tables that they do not |
︙ | ︙ |
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 {2019-07-10} {Release 3.29.0} { Version 3.29.0 is a regularly scheduled maintenance release of SQLite containing miscellaneous performance and feature enhancements. See the [version 3.29.0|change log] for details. <p> | > > > > > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {<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-10-04} {Release 3.30.0} { Version 3.30.0 is a regularly scheduled maintenance release of SQLite containing miscellaneous performance and feature enhancements. This release adds support fo the NULLS FIRST and NULLS LAST clauses on ORDER BY statements and the addition of FILTER clauses on all aggregate functions. See the [version 3.30.0|change log] for details. } newsitem {2019-07-10} {Release 3.29.0} { Version 3.29.0 is a regularly scheduled maintenance release of SQLite containing miscellaneous performance and feature enhancements. See the [version 3.29.0|change log] for details. <p> |
︙ | ︙ |