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 /databases/sqlite3/Makefile.common | |
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.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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/ \ |