diff options
author | adam <adam> | 2013-09-08 06:28:43 +0000 |
---|---|---|
committer | adam <adam> | 2013-09-08 06:28:43 +0000 |
commit | 11fcb537f5d9cc64e7f56e8c72346ab166a9c20d (patch) | |
tree | bf881726b535bf0489c8e6c32a02c301216b7a2f /databases/sqlite3-tcl | |
parent | 764d96a737c77791827cdbf82d42f600b9c68d02 (diff) | |
download | pkgsrc-11fcb537f5d9cc64e7f56e8c72346ab166a9c20d.tar.gz |
Changes 3.8.0.2:
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell.
Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint.
Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index fffa3b18de5..c302b5fb400 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2013/08/31 11:07:33 adam Exp $ +# $NetBSD: Makefile,v 1.50 2013/09/08 06:28:58 adam Exp $ -DISTNAME= sqlite-autoconf-3080001 -PKGNAME= sqlite3-tcl-3.8.0.1 +DISTNAME= sqlite-autoconf-3080002 +PKGNAME= sqlite3-tcl-3.8.0.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \ http://www.sqlite.org/2013/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 8a4a8ab6c4b..56cb7cb4ffc 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.32 2013/08/31 11:07:33 adam Exp $ +$NetBSD: distinfo,v 1.33 2013/09/08 06:28:58 adam Exp $ -SHA1 (sqlite-autoconf-3080001.tar.gz) = d2fd623a7537e0fad5a2f33169dd9d6def268583 -RMD160 (sqlite-autoconf-3080001.tar.gz) = 7d4972fd75213667b926c3eb49e43d4cd6429475 -Size (sqlite-autoconf-3080001.tar.gz) = 1878758 bytes +SHA1 (sqlite-autoconf-3080002.tar.gz) = 294c30e882a0d45877bce09afe72d08ccfc6b650 +RMD160 (sqlite-autoconf-3080002.tar.gz) = 23e3de27abae167db2bbc7e97e9fb8a6a1b854ec +Size (sqlite-autoconf-3080002.tar.gz) = 1878765 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |