mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Updates prior to release 2.6.3. (CVS 706)
FossilOrigin-Name: 34c4149eea7a48927e36867f4e25ff7fac40c66e
This commit is contained in:
@@ -25,6 +25,15 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 Aug 12 (2.6.3)} {
|
||||
<li>Add the ability to read both little-endian and big-endian databases.
|
||||
So database created under SunOS or MacOSX can be read and written
|
||||
under Linux or Windows and vice versa.</li>
|
||||
<li>Convert to the new website: http://www.sqlite.org/</li>
|
||||
<li>Allow transactions to span Linux Threads</li>
|
||||
<li>Bug fix in the processing of the ORDER BY clause for GROUP BY queries</li>
|
||||
}
|
||||
|
||||
chng {2002 Jly 30 (2.6.2)} {
|
||||
<li>Text files read by the COPY command can now have line terminators
|
||||
of LF, CRLF, or CR.</li>
|
||||
|
Reference in New Issue
Block a user