Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 1740b434f36738cb0247261c61eab9a348b2e832 |
|---|---|
| Date: | 2012-08-14 17:10:32 |
| User: | drh |
| Comment: | First attempt at the website alterations for version 3.7.14. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/changes.in
37 <a href="http://www.sqlite.org/src/timeline"> 37 <a href="http://www.sqlite.org/src/timeline"> 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 > 45 chng {2012-09-05 (3.7.14)} { > 46 <li>Drop support for OS/2. All legacy OS/2 code has been removed. > 47 <li>Ensure that floating point values are preserved exactly when reconstructing > 48 a database from the output of the ".dump" command of the > 49 [command-line shell]. > 50 <li>Added the [sqlite3_close_v2()] interface. > 51 <li>Updated the [command-line shell] so that it can be built using > 52 [SQLITE_OMIT_FLOATING_POINT] and [SQLITE_OMIT_AUTOINIT]. > 53 <li>Improvements to the windows makefiles and build processes. > 54 <li>Enhancements to [PRAGMA integrity_check] and [PRAGMA quick_check] so that > 55 they can optionally check just a single attached database install of all > 56 attached databases. > 57 <li>Enhancements to [WAL mode] processing that ensure that at least one > 58 valid read-mark is available at all times, so that read-only processes > 59 can always read the database. > 60 <li>Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. > 61 } 44 62 45 chng {2012-06-11 (3.7.13)} { 63 chng {2012-06-11 (3.7.13)} { 46 <li>[in-memory database | In-memory databases] that are specified using 64 <li>[in-memory database | In-memory databases] that are specified using 47 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 65 [URI filenames] are allowed to use [in-memory shared-cache | shared cache], 48 so that the same 66 so that the same 49 in-memory database can be accessed from multiple database connections. 67 in-memory database can be accessed from multiple database connections. 50 <li>Recognize and use the [coreqp | mode=memory] query parameter in 68 <li>Recognize and use the [coreqp | mode=memory] query parameter in
Changes to pages/download.in
206 This ZIP archive contains a DLL for the SQLite library version VERSION for 206 This ZIP archive contains a DLL for the SQLite library version VERSION for 207 64-bit x64 processors using the WinRT API. 207 64-bit x64 processors using the WinRT API. 208 } 208 } 209 209 210 Product sqlite-winrt-VVV.vsix { 210 Product sqlite-winrt-VVV.vsix { 211 A complete VSIX package with an extension SDK and all other components 211 A complete VSIX package with an extension SDK and all other components 212 needed to use SQLite for WinRT application development with Visual Studio 212 needed to use SQLite for WinRT application development with Visual Studio 213 2012 and higher. | 213 2012. 214 } 214 } 215 215 216 if {$nDownload>$start} { 216 if {$nDownload>$start} { 217 hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} 217 hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} 218 hd_puts "<tr><td width=\"10\"></td>" 218 hd_puts "<tr><td width=\"10\"></td>" 219 hd_puts "<td valign=\"top\" align=\"right\">" 219 hd_puts "<td valign=\"top\" align=\"right\">" 220 set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 220 set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
Changes to pages/index.in
83 83 84 </td> 84 </td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 86 <td valign="top"> 86 <td valign="top"> 87 <h3>Current Status</h3> 87 <h3>Current Status</h3> 88 88 89 <p><ul> 89 <p><ul> 90 <li><a href="releaselog/3_7_13.html">Version 3.7.13</a> | 90 <li><a href="releaselog/3_7_14.html">Version 3.7.14</a> 91 of SQLite is recommended for all new development. 91 of SQLite is recommended for all new development. 92 Upgrading from version 3.7.6.3, 3.7.7, 3.7.7.1, 3.7.8, 3.7.9, 3.7.11, 92 Upgrading from version 3.7.6.3, 3.7.7, 3.7.7.1, 3.7.8, 3.7.9, 3.7.11, 93 3.7.12, or 3.7.12.1 is optional. | 93 3.7.12, 3.7.12.1, or 3.7.13 is optional. 94 Upgrading from all other SQLite versions is recommended.</li> 94 Upgrading from all other SQLite versions is recommended.</li> 95 </ul></p> 95 </ul></p> 96 96 97 <h3>Common Links</h3> 97 <h3>Common Links</h3> 98 98 99 <p><ul> 99 <p><ul> 100 <li> <a href="features.html">Features</a> </li> 100 <li> <a href="features.html">Features</a> </li>
Changes to pages/news.in
13 } 13 } 14 hd_puts "<h3>$date - $title</h3>" 14 hd_puts "<h3>$date - $title</h3>" 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 } > 21 > 22 newsitem {2012-Sep-05} {Release 3.7.14} { > 23 SQLite [version 3.7.14] is a regularly scheduled maintenance release > 24 of SQLite. The previous release continues to work well. Upgrading > 25 is optional. > 26 > 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 > 29 developers had no way of testing on OS/2 it seemed like it was time > 30 to simply remove the OS/2 code from the SQLite tree. If there are > 31 OS/2 projects out there that still need SQLite support, they can > 32 continue to maintain their own private [VFS] which can be linked to > 33 SQLite at start-time using the [sqlite3_vfs_register()] interface. > 34 > 35 The [sqlite3_close_v2()] interface has been added. The sqlite3_close_v2() > 36 interface differs from sqlite3_close() in that it is designed to work > 37 bettter for host language that use a garbage collector. With the older > 38 sqlite3_close() interface, the associated [prepared statements] and > 39 [sqlite3_backup] objects must be destroyed before the database connection. > 40 With the newer sqlite3_close_v2() interface, the objects can be destroyed > 41 in any order. > 42 > 43 This release also includes proformance improvements to the sort algorithm > 44 that is used to implement ORDER BY and CREATE INDEX. > 45 20 } 46 } 21 47 22 newsitem {2012-June-11} {Release 3.7.13} { 48 newsitem {2012-June-11} {Release 3.7.13} { 23 SQLite [version 3.7.13] adds support for WinRT and metro style 49 SQLite [version 3.7.13] adds support for WinRT and metro style 24 applications for Microsoft Windows 8. The 3.7.13 release is 50 applications for Microsoft Windows 8. The 3.7.13 release is 25 coming sooner than is usual after the previous release in order to get 51 coming sooner than is usual after the previous release in order to get 26 this new capability into the hands of developers. To use SQLite in 52 this new capability into the hands of developers. To use SQLite in