Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prepare for the 3.7.15.1 patch release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1e48c52c1688dfd615f7ae9100a670de |
User & Date: | drh 2012-12-19 20:37:57.027 |
Context
2012-12-20
| ||
00:37 | Version 3.7.15.1 (check-in: 4506c08a63 user: drh tags: trunk, release, version-3.7.15.1) | |
2012-12-19
| ||
20:37 | Prepare for the 3.7.15.1 patch release. (check-in: 1e48c52c16 user: drh tags: trunk) | |
2012-12-12
| ||
19:37 | Version 3.7.15 (check-in: db9e3b37cc user: drh tags: trunk, release, version-3.7.15) | |
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-12-12 (3.7.15)} { <li>Added the [sqlite3_errstr()] interface. <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a statement is automatically reprepared due to [SQLITE_SCHEMA] errors. <li>Added support for Windows Phone 8 platforms <li>Enhance IN operator processing to make use of indices with numeric | > > > > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <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-12-20 (3.7.15.1)} { <li>Fix a bug, introduced in [version 3.7.15], that causes a segfault if the AS name of a result column of a SELECT statement is used as a logical term in the WHERE clause. Ticket [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. } chng {2012-12-12 (3.7.15)} { <li>Added the [sqlite3_errstr()] interface. <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a statement is automatically reprepared due to [SQLITE_SCHEMA] errors. <li>Added support for Windows Phone 8 platforms <li>Enhance IN operator processing to make use of indices with numeric |
︙ | ︙ |
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 | </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_15_1.html">Version 3.7.15.1</a> of SQLite is recommended for all new development. Upgrading from all other SQLite versions is recommended.</li> </ul></p> <h3>Common Links</h3> |
︙ | ︙ |
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-Dec-12} {Release 3.7.15} { SQLite [version 3.7.15] is a regularly schedule release of SQLite. This release contains several improvements to the query planner and optimizer and one important bug fix. This is the first release to officially support Windows 8 Phone. | > > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 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-Dec-20} {Release 3.7.15.1} { SQLite [version 3.7.15.1] is a patch release that fixes a single bug that was introduced in version [version 3.7.15]. The fix involved changing two lines of code and adding a single assert(). This release also includes some new test cases to prevent a regression of the bug, and the version number is increased, of course. But otherwise, nothing has changed from [version 3.7.15]. } newsitem {2012-Dec-12} {Release 3.7.15} { SQLite [version 3.7.15] is a regularly schedule release of SQLite. This release contains several improvements to the query planner and optimizer and one important bug fix. This is the first release to officially support Windows 8 Phone. |
︙ | ︙ |