mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Update the change log prior to releasing version 2.4.10. (CVS 549)
FossilOrigin-Name: 67838bbc800a1acdd91af8e43f5a65494fb9d690
This commit is contained in:
@ -25,6 +25,17 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 May 02 (2.4.10)} {
|
||||
<li>Bug fix: Generate correct column headers when a compound SELECT is used
|
||||
as a subquery.</li>
|
||||
<li>Added the sqlite_encode_binary() and sqlite_decode_binary() functions to
|
||||
the source tree. But they are not yet linked into the library.</li>
|
||||
<li>Documentation updates.</li>
|
||||
<li>Export the sqlite_changes() function from windows DLLs.</li>
|
||||
<li>Bug fix: Do not attempt the subquery flattening optimization on queries
|
||||
that lack a FROM clause. To do so causes a segfault.</li>
|
||||
}
|
||||
|
||||
chng {2002 Apr 21 (2.4.9)} {
|
||||
<li>Fix a bug that was causing the precompiled binary of SQLITE.EXE to
|
||||
report "out of memory" under Windows 98.</li>
|
||||
|
Reference in New Issue
Block a user