pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite update to 2.8.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/86af063c5c80
branches: trunk
changeset: 478369:86af063c5c80
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Jul 22 17:43:23 2004 +0000
description:
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:
databases/sqlite/Makefile | 5 ++---
databases/sqlite/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 4b34514cf480 -r 86af063c5c80 databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Thu Jul 22 17:37:23 2004 +0000
+++ b/databases/sqlite/Makefile Thu Jul 22 17:43:23 2004 +0000
@@ -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 -r 4b34514cf480 -r 86af063c5c80 databases/sqlite/distinfo
--- a/databases/sqlite/distinfo Thu Jul 22 17:37:23 2004 +0000
+++ b/databases/sqlite/distinfo Thu Jul 22 17:43:23 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index