Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Push the 3.7.14 release date forward by two days. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
036b419808025b09c016cb3c59b26823 |
User & Date: | drh 2012-09-03 15:46:13.306 |
Context
2012-09-03
| ||
18:49 | Version 3.7.14 (check-in: 55043e391c user: drh tags: trunk, release, version-3.7.14) | |
15:57 | Add the SQLITE_SOURCE_ID and sha1 for 3071400 to changes.in. (check-in: 23ef7483d7 user: dan tags: trunk) | |
15:46 | Push the 3.7.14 release date forward by two days. (check-in: 036b419808 user: drh tags: trunk) | |
2012-08-31
| ||
17:28 | Use "&" instead of raw "&" inside the malloc.html document. (check-in: 8d2b596b5e user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
38 39 40 41 42 43 44 | http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } | | | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2012-09-03 (3.7.14)} { <li>Drop built-in support for OS/2. If you need to upgrade an OS/2 application to use this or a later version of SQLite, then add an application-defined [VFS] using the [sqlite3_vfs_register()] interface. The code removed in this release can serve as a baseline for the application-defined VFS. <li>Ensure that floating point values are preserved exactly when reconstructing a database from the output of the ".dump" command of the |
︙ | ︙ |
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 {2012-Sep-03} {Release 3.7.14} { SQLite [version 3.7.14] is a regularly scheduled maintenance release of SQLite. The previous release continues to work well. Upgrading is optional. Version 3.7.14 drops native support for OS/2. We are not aware of any active projects that were using SQLite on OS/2 and since the SQLite developers had no way of testing on OS/2 it seemed like it was time |
︙ | ︙ | |||
37 38 39 40 41 42 43 | better for host language that use a garbage collector. With the older sqlite3_close() interface, the associated [prepared statements] and [sqlite3_backup] objects must be destroyed before the database connection. With the newer sqlite3_close_v2() interface, the objects can be destroyed in any order. This release also includes preformance improvements to the sort algorithm | | | > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | better for host language that use a garbage collector. With the older sqlite3_close() interface, the associated [prepared statements] and [sqlite3_backup] objects must be destroyed before the database connection. With the newer sqlite3_close_v2() interface, the objects can be destroyed in any order. This release also includes preformance improvements to the sort algorithm that is used to implement ORDER BY and CREATE INDEX. And the query planner has been enhanced to better use covering indices on queries that use OR terms in the WHERE clause. } newsitem {2012-June-11} {Release 3.7.13} { SQLite [version 3.7.13] adds support for WinRT and metro style applications for Microsoft Windows 8. The 3.7.13 release is coming sooner than is usual after the previous release in order to get this new capability into the hands of developers. To use SQLite in |
︙ | ︙ |