[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.12.

Florin Braescu florin at lunar-linux.org
Tue Mar 31 20:27:45 CEST 2009


commit a0e569c87aa091154f3654f25d54952fc5c76f5a
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Mar 31 21:27:45 2009 +0300

    sqlite: version bumped to 3.6.12.
    
    Changes:
     Added the sqlite3_unlock_notify() interface.
     Added the reverse_unordered_selects pragma.
     The default page size on windows is automatically adjusted to match
     the capabilities of the underlying filesystem.
     Add the new ".genfkey" command in the CLI for generating triggers to
     implement foreign key constraints.
     Performance improvements for "count(*)" queries.
     Reduce the amount of heap memory used, especially by TRIGGERs.
     Bugfixes.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 3b5a1db..d8d2b15 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.11
+         VERSION=3.6.12
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:7aa36bd447e20055a1e117e6e9bb9f44a33ff431
+      SOURCE_VFY=sha1:6b57b0373079b5152c0df4b84b26381487f8a293
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20090307
+         UPDATED=20090331
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list