summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
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/sqlite3/Makefile
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/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile6
1 files changed, 3 insertions, 3 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/