diff options
author | drochner <drochner@pkgsrc.org> | 2004-07-22 17:43:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-07-22 17:43:23 +0000 |
commit | eadd5450b2a6043a22863d7cdcc68ad46d2f2975 (patch) | |
tree | 4ecba3cae9242b1f282afe271b764981d0ee9b46 /databases/sqlite/Makefile | |
parent | 5373381b76d4ccbcbb41d0d470e7a7fe6f9cbbbf (diff) | |
download | pkgsrc-eadd5450b2a6043a22863d7cdcc68ad46d2f2975.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/Makefile')
-rw-r--r-- | databases/sqlite/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |