Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | First attempt at the website alterations for version 3.7.14. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1740b434f36738cb0247261c61eab9a3 |
User & Date: | drh 2012-08-14 17:10:32.454 |
Context
2012-08-21
| ||
21:14 | Mention the SQLITE_DISABLE_FTS4_DEFERRED compile-time option in the release notes for 3.7.14. (check-in: 9bb0a29008 user: drh tags: trunk) | |
2012-08-14
| ||
17:10 | First attempt at the website alterations for version 3.7.14. (check-in: 1740b434f3 user: drh tags: trunk) | |
2012-08-11
| ||
14:35 | Fix typos on page onconflict.html: SQLITE_CONSTAIT -> SQLITE_CONSTRAINT and "proscribed" -> "specified by". (check-in: 81daf9c340 user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2012-06-11 (3.7.13)} { <li>[in-memory database | In-memory databases] that are specified using [URI filenames] are allowed to use [in-memory shared-cache | shared cache], so that the same in-memory database can be accessed from multiple database connections. <li>Recognize and use the [coreqp | mode=memory] query parameter in | > > > > > > > > > > > > > > > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2012-09-05 (3.7.14)} { <li>Drop support for OS/2. All legacy OS/2 code has been removed. <li>Ensure that floating point values are preserved exactly when reconstructing a database from the output of the ".dump" command of the [command-line shell]. <li>Added the [sqlite3_close_v2()] interface. <li>Updated the [command-line shell] so that it can be built using [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. <li>Improvements to the windows makefiles and build processes. <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that they can optionally check just a single attached database install of all attached databases. <li>Enhancements to [WAL mode] processing that ensure that at least one valid read-mark is available at all times, so that read-only processes can always read the database. <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. } chng {2012-06-11 (3.7.13)} { <li>[in-memory database | In-memory databases] that are specified using [URI filenames] are allowed to use [in-memory shared-cache | shared cache], so that the same in-memory database can be accessed from multiple database connections. <li>Recognize and use the [coreqp | mode=memory] query parameter in |
︙ | ︙ |
Changes to pages/download.in.
︙ | ︙ | |||
206 207 208 209 210 211 212 | This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the WinRT API. } Product sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio | | | 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 | This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the WinRT API. } Product sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012. } if {$nDownload>$start} { hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} hd_puts "<tr><td width=\"10\"></td>" hd_puts "<td valign=\"top\" align=\"right\">" set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
83 84 85 86 87 88 89 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_7_14.html">Version 3.7.14</a> of SQLite is recommended for all new development. Upgrading from version 3.7.6.3, 3.7.7, 3.7.7.1, 3.7.8, 3.7.9, 3.7.11, 3.7.12, 3.7.12.1, or 3.7.13 is optional. Upgrading from all other SQLite versions is recommended.</li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | hd_puts "<h3>$date - $title</h3>" 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-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 a metro style application, compile with the -DSQLITE_OS_WINRT flag. | > > > > > > > > > > > > > > > > > > > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | hd_puts "<h3>$date - $title</h3>" 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-05} {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 to simply remove the OS/2 code from the SQLite tree. If there are OS/2 projects out there that still need SQLite support, they can continue to maintain their own private [VFS] which can be linked to SQLite at start-time using the [sqlite3_vfs_register()] interface. The [sqlite3_close_v2()] interface has been added. The sqlite3_close_v2() interface differs from sqlite3_close() in that it is designed to work bettter 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 proformance improvements to the sort algorithm that is used to implement ORDER BY and CREATE INDEX. } 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 a metro style application, compile with the -DSQLITE_OS_WINRT flag. |
︙ | ︙ |