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

Florin Braescu florin at lunar-linux.org
Fri Nov 6 19:56:06 CET 2009


commit 06a28eb0a256d49011ff5cafb5c808dfdea1a964
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 6 20:56:06 2009 +0200

    sqlite: version bumped to 3.6.20.
    
    Changes:
    Optimizer enhancement: prepared statements are automatically re-compiled
    when a binding on the RHS of a LIKE operator changes or when any range
    constraint changes under SQLITE_ENABLE_STAT2.
    Various minor bug fixes and documentation enhancements.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 2dd27f8..4594e96 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.19
+         VERSION=3.6.20
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:4cd66b3850774429d385e62c930b360ce705aa11
+      SOURCE_VFY=sha1:9f9d01783032013a5f1921a6ea1b0ea70cc3e511
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20091015
+         UPDATED=20091114
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list