Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change log and the version number for the next release. (CVS 655) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f9d77140aed301775b2b8dd88d464cc3 |
User & Date: | drh 2002-07-01 12:34:36.000 |
Context
2002-07-01
| ||
12:35 | Version 2.5.4 (CVS 656) (check-in: f7159fde6b user: drh tags: trunk) | |
12:34 | Update the change log and the version number for the next release. (CVS 655) (check-in: f9d77140ae user: drh tags: trunk) | |
12:27 | Fix for tickets #90 and #89: Make the AS keyword optional again. (CVS 654) (check-in: 1f8a73b1c3 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.5.4 |
Changes to www/changes.tcl.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Jun 24 (2.5.3)} { <li>Bug fix: Database corruption can occur due to the optimization that was introduced in version 2.4.0 (check-in [410]). The problem should now be fixed. The use of versions 2.4.0 through 2.5.2 is not recommended.</li> } | > > > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Jly 1 (2.5.4)} { <li>Make the "AS" keyword optional again.</li> <li>The datatype of columns now appear in the 4th argument to the callback.</li> <li>Added the <b>sqlite_open_aux_file()</b> API, though it is still mostly undocumented and untested.</li> <li>Added additional test cases and fixed a few bugs that those test cases found.</li> } chng {2002 Jun 24 (2.5.3)} { <li>Bug fix: Database corruption can occur due to the optimization that was introduced in version 2.4.0 (check-in [410]). The problem should now be fixed. The use of versions 2.4.0 through 2.5.2 is not recommended.</li> } |
︙ | ︙ |