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-docs/distinfo | |
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-docs/distinfo')
-rw-r--r-- | databases/sqlite3-docs/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index 516cb4318aa..6d3ae2f1bea 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2013/08/31 11:07:33 adam Exp $ +$NetBSD: distinfo,v 1.20 2013/09/08 06:28:58 adam Exp $ -SHA1 (sqlite-doc-3080001.zip) = 89005a0fdd60accd037845895c9b21221d9fc30d -RMD160 (sqlite-doc-3080001.zip) = ef5aaaa6f4b63c3c46ee31775f6abfdaa887de87 -Size (sqlite-doc-3080001.zip) = 4226843 bytes +SHA1 (sqlite-doc-3080002.zip) = 43e314880cee7c97c240131625f6442c2ca7b109 +RMD160 (sqlite-doc-3080002.zip) = bdc031595d99980ad10f08a63b59146f2be59838 +Size (sqlite-doc-3080002.zip) = 4234101 bytes |