summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-12-08 11:04:32 +0000
committeradam <adam>2014-12-08 11:04:32 +0000
commit406e0d4761374f0100ee4bab9a8c345a8a333602 (patch)
tree51bb6e7d06ad229add97684d86c2bec1d6a822ef /databases/sqlite3-tcl/Makefile
parent2c382b4ef383316a19ab6f6bef13913524b90e43 (diff)
downloadpkgsrc-406e0d4761374f0100ee4bab9a8c345a8a333602.tar.gz
Changes 3.8.7.3:
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.
Diffstat (limited to 'databases/sqlite3-tcl/Makefile')
-rw-r--r--databases/sqlite3-tcl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index 949b1e49a77..2ab622b2863 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2014/10/31 21:13:32 adam Exp $
+# $NetBSD: Makefile,v 1.66 2014/12/08 11:04:32 adam Exp $
-DISTNAME= sqlite-autoconf-3080701
-PKGNAME= sqlite3-tcl-3.8.7.1
+DISTNAME= sqlite-autoconf-3080703
+PKGNAME= sqlite3-tcl-3.8.7.3
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \
http://www.sqlite.org/2014/