[Lunar-commits] sqlite: version bump to 3.5.6.

Florin Braescu florin at lunar-linux.org
Thu Feb 7 21:15:53 CET 2008


commit 863b5e75421fbb671e46e51d581dcc5346879890
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Feb 7 22:15:53 2008 +0200

    sqlite: version bump to 3.5.6.
    
    - Fix a bug that prevented virtual tables from working in a
    LEFT JOIN.
    - Bring the OS/2 porting layer up-to-date.
    - Add the new sqlite3_result_error_code() API and use it in
    the implementation of ATTACH so that proper error codes are
    returned when an ATTACH fails.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 4ead087..2c1bf94 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.5.5
+         VERSION=3.5.6
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org/
-      SOURCE_VFY=sha1:cd93bb69a0252818c936d4a5900c20e84b966b8f
+      SOURCE_VFY=sha1:e913e42445ce8ffc6fe534031c2d526468b901f7
         WEB_SITE=http://www.sqlite.org/
          ENTERED=20011016
-         UPDATED=20080201
+         UPDATED=20080207
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list