Version 3.2.6 is now available on the website

http://www.sqlite.org/

This version fixes a bug that might cause database
corruption if you VACUUM a database larger than 1GiB
but the vacuum aborts and tries to rollback.  

Also in this version:

   The ORDER BY and GROUP BY process was completely
   rewritten.

   COUNT(DISTINCT) is now supported.

   The LIKE operator might use indices to speed its
   search if the column being searched uses COLLATE NOCASE.

   Lots of smaller bug fixes and miscellaneous 
   enhancements.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to