Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 036b419808025b09c016cb3c59b2682375f900ed |
|---|---|
| Date: | 2012-09-03 15:46:13 |
| User: | drh |
| Comment: | Push the 3.7.14 release date forward by two days. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/changes.in
38 http://www.sqlite.org/src/timeline</a>.</p> 38 http://www.sqlite.org/src/timeline</a>.</p> 39 } 39 } 40 hd_close_aux 40 hd_close_aux 41 hd_enable_main 1 41 hd_enable_main 1 42 } 42 } 43 } 43 } 44 44 45 chng {2012-09-05 (3.7.14)} { | 45 chng {2012-09-03 (3.7.14)} { 46 <li>Drop built-in support for OS/2. If you need to upgrade an OS/2 46 <li>Drop built-in support for OS/2. If you need to upgrade an OS/2 47 application to use this or a later version of SQLite, 47 application to use this or a later version of SQLite, 48 then add an application-defined [VFS] using the 48 then add an application-defined [VFS] using the 49 [sqlite3_vfs_register()] interface. The code removed in this release can 49 [sqlite3_vfs_register()] interface. The code removed in this release can 50 serve as a baseline for the application-defined VFS. 50 serve as a baseline for the application-defined VFS. 51 <li>Ensure that floating point values are preserved exactly when reconstructing 51 <li>Ensure that floating point values are preserved exactly when reconstructing 52 a database from the output of the ".dump" command of the 52 a database from the output of the ".dump" command of the
Changes to pages/news.in
15 regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt 15 regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt 16 regsub -all {[Tt]icket #(\d+)} $txt \ 16 regsub -all {[Tt]icket #(\d+)} $txt \ 17 {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt 17 {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt 18 hd_resolve "<blockquote>$txt</blockquote>" 18 hd_resolve "<blockquote>$txt</blockquote>" 19 hd_puts "<hr width=\"50%\">" 19 hd_puts "<hr width=\"50%\">" 20 } 20 } 21 21 22 newsitem {2012-Sep-05} {Release 3.7.14} { | 22 newsitem {2012-Sep-03} {Release 3.7.14} { 23 SQLite [version 3.7.14] is a regularly scheduled maintenance release 23 SQLite [version 3.7.14] is a regularly scheduled maintenance release 24 of SQLite. The previous release continues to work well. Upgrading 24 of SQLite. The previous release continues to work well. Upgrading 25 is optional. 25 is optional. 26 26 27 Version 3.7.14 drops native support for OS/2. We are not aware of any 27 Version 3.7.14 drops native support for OS/2. We are not aware of any 28 active projects that were using SQLite on OS/2 and since the SQLite 28 active projects that were using SQLite on OS/2 and since the SQLite 29 developers had no way of testing on OS/2 it seemed like it was time 29 developers had no way of testing on OS/2 it seemed like it was time ................................................................................................................................................................................ 37 better for host language that use a garbage collector. With the older 37 better for host language that use a garbage collector. With the older 38 sqlite3_close() interface, the associated [prepared statements] and 38 sqlite3_close() interface, the associated [prepared statements] and 39 [sqlite3_backup] objects must be destroyed before the database connection. 39 [sqlite3_backup] objects must be destroyed before the database connection. 40 With the newer sqlite3_close_v2() interface, the objects can be destroyed 40 With the newer sqlite3_close_v2() interface, the objects can be destroyed 41 in any order. 41 in any order. 42 42 43 This release also includes preformance improvements to the sort algorithm 43 This release also includes preformance improvements to the sort algorithm 44 that is used to implement ORDER BY and CREATE INDEX. | 44 that is used to implement ORDER BY and CREATE INDEX. And the query planner 45 | 45 has been enhanced to better use covering indices on queries that use OR > 46 terms in the WHERE clause. 46 } 47 } 47 48 48 newsitem {2012-June-11} {Release 3.7.13} { 49 newsitem {2012-June-11} {Release 3.7.13} { 49 SQLite [version 3.7.13] adds support for WinRT and metro style 50 SQLite [version 3.7.13] adds support for WinRT and metro style 50 applications for Microsoft Windows 8. The 3.7.13 release is 51 applications for Microsoft Windows 8. The 3.7.13 release is 51 coming sooner than is usual after the previous release in order to get 52 coming sooner than is usual after the previous release in order to get 52 this new capability into the hands of developers. To use SQLite in 53 this new capability into the hands of developers. To use SQLite in