From 51e09219ac0320b4ef89fde49f98cf720697456b Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 22 Jul 2004 17:43:23 +0000 Subject: 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. --- databases/sqlite/Makefile | 5 ++--- databases/sqlite/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'databases/sqlite') 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 -- cgit v1.2.3