1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Preparing for the 2.7.4 release. (CVS 802)

FossilOrigin-Name: f685ae15b1179baeadfadbaef0a73b001c96fac5
This commit is contained in:
drh
2002-12-17 14:30:42 +00:00
parent f1337bb5ff
commit 3450e1d3c2
4 changed files with 17 additions and 10 deletions

View File

@ -25,9 +25,16 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Nov ?? (2.7.4)} {
chng {2002 Dec 17 (2.7.4)} {
<li>Database files can now grow to be up to 2^41 bytes. The old limit
was 2^31 bytes.</li>
<li>The optimizer will now scan tables in the reverse if doing so will
satisfy an ORDER BY ... DESC clause.</li>
<li>The full pathname of the database file is now remembered even if
a relative path is passed into sqlite_open(). This allows
the library to continue operating correctly after a chdir().</li>
<li>Speed improvements in the VDBE.</li>
<li>Lots of little bug fixes.</li>
}
chng {2002 Oct 30 (2.7.3)} {