1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Documentation changes in preparation for the release of 3.2.6. (CVS 2698)

FossilOrigin-Name: 243f455c7c4e5c0c56406c197fa78088bc3659ca
This commit is contained in:
drh
2005-09-16 02:55:13 +00:00
parent 688c9f0622
commit a2833a0cf6
5 changed files with 31 additions and 11 deletions

View File

@@ -25,6 +25,20 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 September 16 (3.2.6)} {
<li>LIKE optiization now works for columns with COLLATE NOCASE</li>
<li>ORDER BY and GROUP BY now use bounded memory</li>
<li>Added support for COUNT(DISTINCT expr)</li>
<li>Change the way SUM() handles NULL values in order to comply with
the SQL standard</li>
<li>Use fdatasync() instead of fsync() where possible in order to speed
up commits slightly</li>
<li>Use of the CROSS keyword in a join turns off the table reordering
optimization</li>
<li>Added the experimental and undocumented EXPLAIN QUERY PLAN capability</li>
<li>Use the unicode API in windows</li>
}
chng {2005 August 27 (3.2.5)} {
<li>Fix a bug effecting DELETE and UPDATE statements that changed
more than 40960 rows.</li>