summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-22 17:43:23 +0000
committerdrochner <drochner>2004-07-22 17:43:23 +0000
commit51e09219ac0320b4ef89fde49f98cf720697456b (patch)
tree4ecba3cae9242b1f282afe271b764981d0ee9b46 /databases/sqlite
parent3b710cfa76d8ec525f5e23b2e4c2ce6f87c4fc9c (diff)
downloadpkgsrc-51e09219ac0320b4ef89fde49f98cf720697456b.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/Makefile5
-rw-r--r--databases/sqlite/distinfo6
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