[Lunar-commits] r24201 - moonbase/trunk/sql/sqlite

Florin Braescu florin at lunar-linux.org
Tue Apr 24 13:09:56 CEST 2007


Author: florin
Date: 2007-04-24 13:09:56 +0200 (Tue, 24 Apr 2007)
New Revision: 24201

Modified:
   moonbase/trunk/sql/sqlite/DETAILS
Log:
bump the version from 3.3.15 to 3.3.16. 
Fix a bug that caused VACUUM to fail if NULLs appeared in a UNIQUE column.
Reinstate performance improvements that were added in 3.3.14 but regressed in 3.3.15.
Fix problems with the handling of ORDER BY expressions on compound SELECT statements in subqueries.
Fix a potential segfault when destroying locks on WinCE in a multi-threaded environment.
Documentation updates.

Modified: moonbase/trunk/sql/sqlite/DETAILS
===================================================================
--- moonbase/trunk/sql/sqlite/DETAILS	2007-04-24 10:09:48 UTC (rev 24200)
+++ moonbase/trunk/sql/sqlite/DETAILS	2007-04-24 11:09:56 UTC (rev 24201)
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.3.15
+         VERSION=3.3.16
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org/
-      SOURCE_VFY=sha1:9e2ce8dce0ebe586bcbc75bc3b93b8c65fce4901
+      SOURCE_VFY=sha1:b73c9d830a8c57c49ff7b7f613793b38ca3c1b53
         WEB_SITE=http://www.sqlite.org/
          ENTERED=20011016
-         UPDATED=20070409
+         UPDATED=20070424
            SHORT="An SQL engine in a C library"
 
 cat << EOF



More information about the Lunar-commits mailing list