diff options
author | reinoud <reinoud@pkgsrc.org> | 2002-01-31 20:04:53 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2002-01-31 20:04:53 +0000 |
commit | e9b29da1037517d213f84bfb58c6b1a7a652ed22 (patch) | |
tree | 4f29c92fa0ac29d6923e60895abcc6333d0c624d /databases | |
parent | 66dcef3cab1cdf5dc3c3421f1675373217c12927 (diff) | |
download | pkgsrc-e9b29da1037517d213f84bfb58c6b1a7a652ed22.tar.gz |
Major upgrade of Sqlite from version 2.1.7 to version 2.2.5
Lots of bug fixes in SQL parsing and supports more weildy SQL code like
using the right of an AS in athe column list of a SELECT as part of an
expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses.
For a full report see the changelog on
http://www.hwaci.com/sw/sqlite/changes.html
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 1c558e18de5..519f10168d7 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/01/03 08:47:19 agc Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/31 20:04:53 reinoud Exp $ -DISTNAME= sqlite-2.1.7 +DISTNAME= sqlite-2.2.5 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo index 5e7033ee7cf..2d8a2cf32ac 100644 --- a/databases/sqlite/distinfo +++ b/databases/sqlite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/01/03 08:47:19 agc Exp $ +$NetBSD: distinfo,v 1.9 2002/01/31 20:04:53 reinoud Exp $ -SHA1 (sqlite-2.1.7.tar.gz) = efb317bc33281e6e86b9be049d0de31c684255fe -Size (sqlite-2.1.7.tar.gz) = 595837 bytes +SHA1 (sqlite-2.2.5.tar.gz) = 2d66d883e2a468e8ccce563c4b219d592a7902ae +Size (sqlite-2.2.5.tar.gz) = 616831 bytes SHA1 (patch-aa) = 05d0408a9c3f6a371b4b9cf5464aa5a7b436023b |