Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Put a missing double-quote into the changes.html page. (CVS 3558) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
277f8faae4f014b0162713369b074520 |
User & Date: | drh 2007-01-04 18:01:41.000 |
Context
2007-01-04
| ||
22:13 | Fix the trigger4 test so that it runs on windows. (CVS 3559) (check-in: 5e4e65ea15 user: drh tags: trunk) | |
18:01 | Put a missing double-quote into the changes.html page. (CVS 3558) (check-in: 277f8faae4 user: drh tags: trunk) | |
17:01 | Version 3.3.9 (CVS 3557) (check-in: 8bf19a6a41 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
24 25 26 27 28 29 30 | puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2007 January 4 (3.3.9)} { <li>Fix bugs in pager.c that could lead to database corruption if two processes both try to recover a hot journal at the same instant</li> | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2007 January 4 (3.3.9)} { <li>Fix bugs in pager.c that could lead to database corruption if two processes both try to recover a hot journal at the same instant</li> <li>Added the <a href="capi3ref.html#sqlite3_prepare_v2">sqlite3_prepare_v2()</a> API.</li> <li>Fixed the ".dump" command in the command-line shell to show triggers and views again.</li> <li>Change the table_info pragma so that it returns NULL for the default value if there is no default value</li> <li>Support for non-ASCII characters in win95 filenames</li> <li>Query optimizer enhancements: |
︙ | ︙ |