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

Florin Braescu florin at lunar-linux.org
Fri May 8 09:31:03 CEST 2009


commit 74afd1b1f590fd06d3114c0ca2f2af921b36c053
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri May 8 10:31:03 2009 +0300

    sqlite: version bumped to 3.6.14.
    
    Changes:
    Added the optional asynchronous VFS module.
    Enhanced the query optimizer so that virtual tables are able to make
    use of OR and IN operators in the WHERE clause.
    Speed improvements in the btree and pager layers.
    Added the SQLITE_HAVE_ISNAN compile-time option which will cause the
    isnan() function from the standard math library to be used instead of
    SQLite's own home-brew NaN checker.
    Countless minor bug fixes, documentation improvements, new and improved
    test cases, and code simplifications and cleanups.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 06b723b..4dc2160 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.13
+         VERSION=3.6.14
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:950855d9eed9b8bd6fad406cece5a24b640c3e3f
+      SOURCE_VFY=sha1:1280f8ece456ca1d3f7b37baba06b840fa841518
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20090413
+         UPDATED=20090508
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list