diff options
author | adam <adam@pkgsrc.org> | 2013-09-08 06:28:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-08 06:28:43 +0000 |
commit | f2dd424cdb7fa9a8b57923d68c5342e928df7055 (patch) | |
tree | bf881726b535bf0489c8e6c32a02c301216b7a2f /databases/sqlite3 | |
parent | f1171cdcf9adcff6962a9d7242664d1a738bf413 (diff) | |
download | pkgsrc-f2dd424cdb7fa9a8b57923d68c5342e928df7055.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')
-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 7ae20365c9b..8e421097802 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2013/08/31 11:07:33 adam Exp $ +# $NetBSD: Makefile,v 1.69 2013/09/08 06:28:43 adam Exp $ -DISTNAME= sqlite-autoconf-3080001 -PKGNAME= sqlite3-3.8.0.1 +DISTNAME= sqlite-autoconf-3080002 +PKGNAME= sqlite3-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/distinfo b/databases/sqlite3/distinfo index 9d65c40d1df..66edb311b7f 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.79 2013/08/31 11:07:33 adam Exp $ +$NetBSD: distinfo,v 1.80 2013/09/08 06:28:43 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 |