Documentation Source Text
Check-in [fb8892f57e]
Not logged in

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

Overview
SHA1 Hash:fb8892f57ec7725b5539b3df5185b84952e38a8b
Date: 2013-01-09 13:33:11
User: drh
Comment:Version 3.7.15.2.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/changes.in

37 <a href="http://www.sqlite.org/src/timeline"> 37 <a href="http://www.sqlite.org/src/timeline"> 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 > 45 chng {2013-01-09 (3.7.15.2)} { > 46 <li>Fix a bug, introduced in [version 3.7.15], that causes an ORDER BY clause > 47 to be optimized out of a three-way join when the ORDER BY is actually > 48 required. > 49 Ticket [http://www.sqlite.org/src/info/598f5f7596b055 | 598f5f7596b055] > 50 > 51 <li>SQLITE_SOURCE_ID: > 52 "2013-01-09 11:53:05 c0e09560d26f0a6456be9dd3447f5311eb4f238f" > 53 <li>SHA1 for sqlite3.c: 5741f47d1bc38aa0a8c38f09e60a5fe0031f272d > 54 } 44 55 45 chng {2012-12-19 (3.7.15.1)} { 56 chng {2012-12-19 (3.7.15.1)} { 46 <li>Fix a bug, introduced in [version 3.7.15], that causes a segfault if 57 <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 58 the AS name of a result column of a SELECT statement is used as a logical 48 term in the WHERE clause. Ticket 59 term in the WHERE clause. Ticket 49 [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. 60 [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. 50 61

Changes to pages/index.in

83 83 84 </td> 84 </td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 86 <td valign="top"> 86 <td valign="top"> 87 <h3>Current Status</h3> 87 <h3>Current Status</h3> 88 88 89 <p><ul> 89 <p><ul> 90 <li><a href="releaselog/3_7_15_1.html">Version 3.7.15.1</a> | 90 <li><a href="releaselog/3_7_15_2.html">Version 3.7.15.2</a> 91 of SQLite is recommended for all new development. 91 of SQLite is recommended for all new development. 92 Upgrading from all other SQLite versions 92 Upgrading from all other SQLite versions 93 is recommended.</li> 93 is recommended.</li> 94 </ul></p> 94 </ul></p> 95 95 96 <h3>Common Links</h3> 96 <h3>Common Links</h3> 97 97

Changes to pages/news.in

14 hd_puts "<h3>$date - $title</h3>" 14 hd_puts "<h3>$date - $title</h3>" 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 > 22 newsitem {2013-Jan-09} {Release 3.7.15.2} { > 23 SQLite [version 3.7.15.2] is a patch release that fixes a single bug > 24 that was introduced in version [version 3.7.15]. The fix is a 4-character > 25 edit to a single line of code. Other than this 4-character change and > 26 the update of the version number, nothing has changed from > 27 [version 3.7.15.1]. > 28 } 21 29 22 newsitem {2012-Dec-19} {Release 3.7.15.1} { 30 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 31 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 32 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 33 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 34 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 35 number is increased, of course. But otherwise, nothing has changed from