Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Begin updating the documentation for the 3.6.23 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e45a1175e7cb473ffc0309b0f2d21844 |
User & Date: | drh 2010-02-26 14:05:56.000 |
Context
2010-02-26
| ||
15:39 | Add documentation for sqlite3_compileoption_get() and related routines and pragmas. Fix up hyperlinks. (check-in: 4d3f01f58b user: drh tags: trunk) | |
14:05 | Begin updating the documentation for the 3.6.23 release. (check-in: e45a1175e7 user: drh tags: trunk) | |
2010-02-16
| ||
13:35 | Fix typo in the cintro.html document. (check-in: 56add885f4 user: drh 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 {2010 Jan 06 (3.6.22)} { <li>Fix bugs that can (rarely) lead to incorrect query results when the CAST or OR operators are used in the WHERE clause of a query. <li>Continuing enhancements and improvements to [FTS3]. <li>Other miscellanous bug fixes. } | > > > > > > > > > > > > > > > > > > > | 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 69 | <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2010 March 08 (3.6.23)} { <li> Added the [secure_delete pragma]. <li> Added the [sqlite3_compileoption_used()] and [sqlite3_compileoption_get()] interfaces as well as the [compile_options pragma] and the [sqlite_compile_option_used()] SQL function. <li> Added the [sqlite3_log()] interface together with the [SQLITE_CONFIG_LOG] verb to [sqlite3_config()]. The ".log" command is added to the [Command Line Interface]. <li> Improvements to [FTS3]. <li> Improvements and bug-fixes in support for [SQLITE_OMIT_FLOATING_POINT]. <li> The [integrity_check pragma] is enhanced to detect out-of-order rowids. <li> The ".genfkey" operator has been removed from the [Command Line Interface]. <li> Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did not effect SQLite.) <li> Various minor bug fixes and performance enhancements. } chng {2010 Jan 06 (3.6.22)} { <li>Fix bugs that can (rarely) lead to incorrect query results when the CAST or OR operators are used in the WHERE clause of a query. <li>Continuing enhancements and improvements to [FTS3]. <li>Other miscellanous bug fixes. } |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
76 77 78 79 80 81 82 | </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_6_23.html">Version 3.6.23</a> of SQLite is recommended for all new development. Upgrading from version 3.6.12, 3.6.13, and 3.6.22 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 "<p>$txt</p>" hd_puts "<hr width=\"50%\">" } newsitem {2010-Jan-06} {Version 3.6.22} { SQLite [version 3.6.22] is a bug-fix release. Two bugs have been fixed that might cause incorrect query results. <ul> <li>Ticket [http://www.sqlite.org/src/info/31338dca7e | 31338dca7e] describes a | > > > > > > > > > > > > > > > > > > > > > | 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 | 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 "<p>$txt</p>" hd_puts "<hr width=\"50%\">" } newsitem {2010-Mar-09} {Version 3.6.23} { SQLite [version 3.6.23] is a regular bimonthly release of SQLite. Upgrading from the prior release is purely optional. This release contains new pragmas: the [secure_delete pragma], the [compile_options pragma], and the [compile_option pragma]. There are a new SQL functions: [sqlite_compile_option_used()]. New C/C++ interfaces: [sqlite3_compileoption_used()], [sqlite3_compileoption_get()], [SQLITE_CONFIG_LOG], and [sqlite3_log()]. This release also includes several minor bug fixes and performance improvements. Support for [SQLITE_OMIT_FLOATING_POINT] is enhanced. There are on-going improvements to [FTS3]. The ".genfkey" command in the [Command Line Interface] has been removed. SQLite has supported standard SQL [foreign key constraints] since [version 3.6.19] and so the ".genfkey" command was seen as an anachronism. } newsitem {2010-Jan-06} {Version 3.6.22} { SQLite [version 3.6.22] is a bug-fix release. Two bugs have been fixed that might cause incorrect query results. <ul> <li>Ticket [http://www.sqlite.org/src/info/31338dca7e | 31338dca7e] describes a |
︙ | ︙ |