Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Begin updating the website for version 3.6.13. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d781fa0569d607e143fa2a4039779558 |
User & Date: | drh 2009-04-09 21:23:21.000 |
Context
2009-04-13
| ||
12:58 | Initial check-in of documentation on the virtual table interface. (check-in: 0776bf4007 user: drh tags: trunk) | |
2009-04-09
| ||
21:23 | Begin updating the website for version 3.6.13. (check-in: d781fa0569 user: drh tags: trunk) | |
2009-04-06
| ||
18:51 | Add documentation for the collation_list pragma. (check-in: db4897a3dd 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/cvstrac/timeline"> http://www.sqlite.org/cvstrac/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2009 March 31 (3.6.12)} { <li>Fixed a bug that caused database corruption when an [incremental_vacuum] is rolled back in an in-memory database. Ticket #3761. <li>Added the [sqlite3_unlock_notify()] interface. <li>Added the [reverse_unordered_selects pragma]. <li>The default page size on windows is automatically adjusted to match the | > > > > > > > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <a href="http://www.sqlite.org/cvstrac/timeline"> http://www.sqlite.org/cvstrac/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2009 April 14 (3.6.13)} { <li>Fix a bug in [version 3.6.12] that causes a segfault when running a count(*) on the sqlite_master table of an empty database. Ticket #3774. <li>Fix a bug in [version 3.6.12] that causes a segfault that when inserting into a table using a DEFAULT value where there is a function as part of the DEFAULT value expression. Ticket #3791. <li>Fix data structure alignment issues on Sparc. Ticket #3777. <li>Other minor bug fixes. } chng {2009 March 31 (3.6.12)} { <li>Fixed a bug that caused database corruption when an [incremental_vacuum] is rolled back in an in-memory database. Ticket #3761. <li>Added the [sqlite3_unlock_notify()] interface. <li>Added the [reverse_unordered_selects pragma]. <li>The default page size on windows is automatically adjusted to match the |
︙ | ︙ |
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 93 | </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_13.html">Version 3.6.13</a> of SQLite is recommended for all new development. Upgrading from version 3.6.12 is optional. Upgrading from versions 3.6.11 and earlier is recommended.</li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="faq.html">Frequently Asked Questions</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 {2009-Mar-31} {Version 3.6.12} { SQLite [version 3.6.12] fixes a database corruption bug. If an [incremental_vacuum] is rolled back in an in-memory database, the database will often go corrupt. This only happens for in-memory databases. On-disk databases are unaffected. And the corruption only appears if an incremental vacuum is rolled back. Nevertheless, | > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 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 {2009-Apr-14} {Version 3.6.13} { SQLite [version 3.6.13] fixes several minor issues that appeared in previous version, including Ticket #3774, #3791, and #3777. This is a bug-fix release only. There are no new features or enhancements. } newsitem {2009-Mar-31} {Version 3.6.12} { SQLite [version 3.6.12] fixes a database corruption bug. If an [incremental_vacuum] is rolled back in an in-memory database, the database will often go corrupt. This only happens for in-memory databases. On-disk databases are unaffected. And the corruption only appears if an incremental vacuum is rolled back. Nevertheless, |
︙ | ︙ |