summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-20 12:16:22 +0000
committerwiz <wiz@pkgsrc.org>2014-11-20 12:16:22 +0000
commit57a8855beeb8bc1e549e724240d91b629382628c (patch)
tree6399d7becd098f76ccfa8762136a614f898d44d0 /databases
parent1e71969e5beecb5ab6d9d5857efaf990cd920acc (diff)
downloadpkgsrc-57a8855beeb8bc1e549e724240d91b629382628c.tar.gz
Update to 3.8.7.2:
* Enhance the ROLLBACK command so that pending queries are allowed to continue as long as the schema is unchanged. Formerly, a ROLLBACK would cause all pending queries to fail with an SQLITE_ABORT or SQLITE_ABORT_ROLLBACK error. That error is still returned if the ROLLBACK modifies the schema. * Bug fix: Make sure that NULL results from OP_Column are fully and completely NULL and do not have the MEM_Ephem bit set. Ticket 094d39a4c95ee4. * Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions greater than 70. * Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT that forms the right-hand side of an IN operator since it is necessary if the SELECT also contains a LIMIT. Ticket db87229497.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile6
-rw-r--r--databases/sqlite3/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index e4a8c674f69..19afd049b33 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2014/10/31 21:13:32 adam Exp $
+# $NetBSD: Makefile,v 1.86 2014/11/20 12:16:22 wiz Exp $
-DISTNAME= sqlite-autoconf-3080701
-PKGNAME= sqlite3-3.8.7.1
+DISTNAME= sqlite-autoconf-3080702
+PKGNAME= sqlite3-3.8.7.2
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 3bf2b0e3c7a..e3d77df7492 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.94 2014/10/31 21:13:32 adam Exp $
+$NetBSD: distinfo,v 1.95 2014/11/20 12:16:22 wiz Exp $
-SHA1 (sqlite-autoconf-3080701.tar.gz) = 5601be1263842209d7c5dbf6128f1cc0b6bbe2e5
-RMD160 (sqlite-autoconf-3080701.tar.gz) = 81317e887ed089f93c108d0e4eb02d148bd0ccc9
-Size (sqlite-autoconf-3080701.tar.gz) = 1998389 bytes
+SHA1 (sqlite-autoconf-3080702.tar.gz) = 175283383d010709f76fdd13cb0c8c3c329a1c67
+RMD160 (sqlite-autoconf-3080702.tar.gz) = 9eab8d36656a6aab6bf9c77c7626f30480e1062f
+Size (sqlite-autoconf-3080702.tar.gz) = 1998965 bytes