Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the 3.8.0 release date to 2013-08-26. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
105ed6eed2e7cd21848bee98716b1211 |
User & Date: | drh 2013-08-25 23:48:07.640 |
Context
2013-08-26
| ||
10:07 | Add the sha1 and source-id for 3.8.0 to changes.in. (check-in: cb43f0154e user: dan tags: trunk) | |
2013-08-25
| ||
23:48 | Change the 3.8.0 release date to 2013-08-26. (check-in: 105ed6eed2 user: drh tags: trunk) | |
2013-08-23
| ||
16:37 | Clarification and typo fixes in the NGQP document. (check-in: a5a0ee107d user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
43 44 45 46 47 48 49 | incr nChng if {$nChng==1 && [file exists $DEST/$filename]} { file copy -force $DEST/$filename $DEST/releaselog/current.html } } } | | | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | incr nChng if {$nChng==1 && [file exists $DEST/$filename]} { file copy -force $DEST/$filename $DEST/releaselog/current.html } } } chng {2013-08-26 (3.8.0)} { <li>Add support for [partial indexes]</li> <li>Cut-over to the [next generation query planner] for faster and better query plans. <li>The [EXPLAIN QUERY PLAN] output no longer shows an estimate of the number of rows generated by each loop in a join. <li>Added the [FTS4 notindexed option], allowing non-indexed columns in an FTS4 table. <li>Added the [SQLITE_STMTSTATUS_VM_STEP] option to [sqlite3_stmt_status()]. <li>Added the [cache_spill pragma]. |
︙ | ︙ |
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 {2013-08-26} {Release 3.8.0} { <b>Do not fear the zero!</b> <p>SQLite [version 3.8.0] might easily have been called "3.7.18" instead. However, this release features the cutover of the [next generation query planner] or [NGQP], and there is a small chance of [hazards of upgrading to the NGQP | breaking legacy programs] that rely on undefined behavior in previous SQLite releases, and so the |
︙ | ︙ |