From b481626f677e5669b0b7c1a99afad1482cd8e8a9 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 8 Dec 2014 11:04:32 +0000 Subject: 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. --- databases/sqlite3-docs/Makefile | 6 +++--- databases/sqlite3-docs/PLIST | 4 +++- databases/sqlite3-docs/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'databases/sqlite3-docs') diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile index d8ba63bebf8..a69bb8ac3ed 100644 --- a/databases/sqlite3-docs/Makefile +++ b/databases/sqlite3-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2014/10/31 21:13:32 adam Exp $ +# $NetBSD: Makefile,v 1.35 2014/12/08 11:04:32 adam Exp $ -DISTNAME= sqlite-doc-3080701 -PKGNAME= sqlite3-docs-3.8.7.1 +DISTNAME= sqlite-doc-3080703 +PKGNAME= sqlite3-docs-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-docs/PLIST b/databases/sqlite3-docs/PLIST index 4e953a25534..00e6e2a5a72 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2014/10/31 21:13:32 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2014/12/08 11:04:32 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -627,6 +627,8 @@ share/doc/sqlite3/releaselog/3_8_5.html share/doc/sqlite3/releaselog/3_8_6.html share/doc/sqlite3/releaselog/3_8_7.html share/doc/sqlite3/releaselog/3_8_7_1.html +share/doc/sqlite3/releaselog/3_8_7_2.html +share/doc/sqlite3/releaselog/3_8_7_3.html share/doc/sqlite3/releaselog/current.html share/doc/sqlite3/requirements.html share/doc/sqlite3/rescode.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index 3bf7510b6e3..d5f74ba0b07 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2014/10/31 21:13:32 adam Exp $ +$NetBSD: distinfo,v 1.33 2014/12/08 11:04:32 adam Exp $ -SHA1 (sqlite-doc-3080701.zip) = 712b4ce64317646f27a046d5850515cd710bd00a -RMD160 (sqlite-doc-3080701.zip) = e9d87c27344d95d0007cfcd0c16ee2a765490812 -Size (sqlite-doc-3080701.zip) = 4909904 bytes +SHA1 (sqlite-doc-3080703.zip) = c4a0d51d0fc2fc9c74aa774aa12623b7f2a99db1 +RMD160 (sqlite-doc-3080703.zip) = f1a8903e7aee9859e5a459856f1e246ae09ea489 +Size (sqlite-doc-3080703.zip) = 4916565 bytes -- cgit v1.2.3