Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.7.15.1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-3.7.15.1 |
Files: | files | file ages | folders |
SHA1: |
4506c08a63e455284801e7d2ec202ab0 |
User & Date: | drh 2012-12-20 00:37:36.609 |
Context
2013-01-04
| ||
14:05 | Fix the order of parameters in the documentation of the INSTR() function. (check-in: ffc982706c user: drh tags: trunk) | |
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) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
38 39 40 41 42 43 44 | http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } | | > > > > | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2012-12-19 (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]. <li>SQLITE_SOURCE_ID: "2012-12-19 20:39:10 6b85b767d0ff7975146156a99ad673f2c1a23318" <li>SHA1 for sqlite3.c: bbbaa68061e925bd4d7d18d7e1270935c5f7e39a } 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 |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
15 16 17 18 19 20 21 | 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%\">" } | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 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-19} {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]. } |
︙ | ︙ |