diff options
author | adam <adam@pkgsrc.org> | 2014-12-08 11:04:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-12-08 11:04:32 +0000 |
commit | 087fe7e8f0ef201fd48bb1ef725cb838f1733464 (patch) | |
tree | 51bb6e7d06ad229add97684d86c2bec1d6a822ef /databases/sqlite3 | |
parent | da603e121b5f128a4d42da40d75055fed728b6e4 (diff) | |
download | pkgsrc-087fe7e8f0ef201fd48bb1ef725cb838f1733464.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')
-rw-r--r-- | databases/sqlite3/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 19afd049b33..9b61462fd4d 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2014/11/20 12:16:22 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2014/12/08 11:04:32 adam Exp $ -DISTNAME= sqlite-autoconf-3080702 -PKGNAME= sqlite3-3.8.7.2 +DISTNAME= sqlite-autoconf-3080703 +PKGNAME= sqlite3-3.8.7.3 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \ http://www.sqlite.org/2014/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index e3d77df7492..ade9ea2cbf1 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.95 2014/11/20 12:16:22 wiz Exp $ +$NetBSD: distinfo,v 1.96 2014/12/08 11:04:32 adam Exp $ -SHA1 (sqlite-autoconf-3080702.tar.gz) = 175283383d010709f76fdd13cb0c8c3c329a1c67 -RMD160 (sqlite-autoconf-3080702.tar.gz) = 9eab8d36656a6aab6bf9c77c7626f30480e1062f -Size (sqlite-autoconf-3080702.tar.gz) = 1998965 bytes +SHA1 (sqlite-autoconf-3080703.tar.gz) = 5cbe9aa4af1b32787045a251dba6debee3f061c0 +RMD160 (sqlite-autoconf-3080703.tar.gz) = 0d9c193900f6ae9e3c9758105c1794ba76f90018 +Size (sqlite-autoconf-3080703.tar.gz) = 1999200 bytes |