diff options
author | drochner <drochner> | 2004-07-22 17:43:23 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-07-22 17:43:23 +0000 |
commit | ffca848456d34b6ee7a8688599125437547dd78f (patch) | |
tree | 4ecba3cae9242b1f282afe271b764981d0ee9b46 /databases/sqlite | |
parent | 39972f025ecb62648ef95c5a764ed77b2f158367 (diff) | |
download | pkgsrc-ffca848456d34b6ee7a8688599125437547dd78f.tar.gz |
update to 2.8.14
changes:
Fix the min() and max() optimizer so that it works when the FROM clause
consists of a subquery.
Ignore extra whitespace at the end of of "." commands in the shell.
Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library.
The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work.
Code changes to compile cleanly using OpenWatcom.
Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in
IN operators.
Add the global variable sqlite_temp_directory which if set defines
the directory in which temporary files are stored.
sqlite_interrupt() plays well with VACUUM.
Other minor bug fixes.
Diffstat (limited to 'databases/sqlite')
-rw-r--r-- | databases/sqlite/Makefile | 5 | ||||
-rw-r--r-- | databases/sqlite/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index fc4a326286c..21fa585f730 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2004/06/30 08:37:11 pooka Exp $ +# $NetBSD: Makefile,v 1.25 2004/07/22 17:43:23 drochner Exp $ -DISTNAME= sqlite-2.8.13 -PKGREVISION= 1 +DISTNAME= sqlite-2.8.14 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite/distinfo b/databases/sqlite/distinfo index b28d9632a5c..f18664afed7 100644 --- a/databases/sqlite/distinfo +++ b/databases/sqlite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2004/03/31 05:50:17 snj Exp $ +$NetBSD: distinfo,v 1.16 2004/07/22 17:43:23 drochner Exp $ -SHA1 (sqlite-2.8.13.tar.gz) = 42e426dab768a908f4e622ac65006732da4c615c -Size (sqlite-2.8.13.tar.gz) = 956008 bytes +SHA1 (sqlite-2.8.14.tar.gz) = fffb48b97b2d397d3df61fde321a713ca544fff7 +Size (sqlite-2.8.14.tar.gz) = 955231 bytes SHA1 (patch-aa) = 21d2122f84de65cb29ae1b2d5b92984ac0868f98 |