diff options
author | adam <adam@pkgsrc.org> | 2009-01-15 12:51:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-01-15 12:51:33 +0000 |
commit | bce8f97f773c35c12ad95dc6c4998dc1cb060088 (patch) | |
tree | 6f6298207f4ea88e8d29a46778fbb9f3a6c5ebf4 | |
parent | 699d994ccaa9364857563405e6a7931f5f14c388 (diff) | |
download | pkgsrc-bce8f97f773c35c12ad95dc6c4998dc1cb060088.tar.gz |
Changes 3.6.9:
* Fix two bugs, which when combined might result in incorrect query results.
Both bugs were harmless by themselves; only when they team up do they cause
problems.
Changes 3.6.8:
* Added support for nested transactions.
* Enhanced the query optimizer so that it is able to use multiple indices
to efficiently process OR-connected constraints in a WHERE clause.
* Added support for parentheses in FTS3 query patterns using
the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index c35056798ec..5b99cb711b5 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.30 2008/12/16 18:46:16 adam Exp $ +# $NetBSD: Makefile.common,v 1.31 2009/01/15 12:51:33 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.7 +DISTNAME= sqlite-3.6.9 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 0073b419106..240fcf52500 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2008/12/16 18:46:16 adam Exp $ +$NetBSD: distinfo,v 1.27 2009/01/15 12:51:33 adam Exp $ -SHA1 (sqlite-3.6.7.tar.gz) = e10153370f1de73337abb2eb17caac77a08ba8d6 -RMD160 (sqlite-3.6.7.tar.gz) = e5c40ea3ae56a79cb8279a040e09a7632b1b7da5 -Size (sqlite-3.6.7.tar.gz) = 2581307 bytes +SHA1 (sqlite-3.6.9.tar.gz) = 4291e9858a13c8bc4c203439f6a27d45a84ef8fa +RMD160 (sqlite-3.6.9.tar.gz) = 8aa737de11275eab102a765de1c9c46ebebea050 +Size (sqlite-3.6.9.tar.gz) = 2705176 bytes |