Documentation Source Text
Check-in [4506c08a63]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:4506c08a63e455284801e7d2ec202ab0b41724bd
Date: 2012-12-20 00:37:36
User: drh
Comment:Version 3.7.15.1
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/changes.in

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 44 45 chng {2012-12-20 (3.7.15.1)} { | 45 chng {2012-12-19 (3.7.15.1)} { 46 <li>Fix a bug, introduced in [version 3.7.15], that causes a segfault if 46 <li>Fix a bug, introduced in [version 3.7.15], that causes a segfault if 47 the AS name of a result column of a SELECT statement is used as a logical 47 the AS name of a result column of a SELECT statement is used as a logical 48 term in the WHERE clause. Ticket 48 term in the WHERE clause. Ticket 49 [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. 49 [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. > 50 > 51 <li>SQLITE_SOURCE_ID: > 52 "2012-12-19 20:39:10 6b85b767d0ff7975146156a99ad673f2c1a23318" > 53 <li>SHA1 for sqlite3.c: bbbaa68061e925bd4d7d18d7e1270935c5f7e39a 50 } 54 } 51 55 52 chng {2012-12-12 (3.7.15)} { 56 chng {2012-12-12 (3.7.15)} { 53 <li>Added the [sqlite3_errstr()] interface. 57 <li>Added the [sqlite3_errstr()] interface. 54 <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a 58 <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a 55 statement is automatically reprepared due to [SQLITE_SCHEMA] errors. 59 statement is automatically reprepared due to [SQLITE_SCHEMA] errors. 56 <li>Added support for Windows Phone 8 platforms 60 <li>Added support for Windows Phone 8 platforms

Changes to pages/news.in

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 } 20 } 21 21 22 newsitem {2012-Dec-20} {Release 3.7.15.1} { | 22 newsitem {2012-Dec-19} {Release 3.7.15.1} { 23 SQLite [version 3.7.15.1] is a patch release that fixes a single bug 23 SQLite [version 3.7.15.1] is a patch release that fixes a single bug 24 that was introduced in version [version 3.7.15]. The fix involved changing 24 that was introduced in version [version 3.7.15]. The fix involved changing 25 two lines of code and adding a single assert(). This release also includes 25 two lines of code and adding a single assert(). This release also includes 26 some new test cases to prevent a regression of the bug, and the version 26 some new test cases to prevent a regression of the bug, and the version 27 number is increased, of course. But otherwise, nothing has changed from 27 number is increased, of course. But otherwise, nothing has changed from 28 [version 3.7.15]. 28 [version 3.7.15]. 29 } 29 }