diff options
author | adam <adam@pkgsrc.org> | 2021-06-25 21:21:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-06-25 21:21:31 +0000 |
commit | 4b9078252b20418d6fbe9bca55b7f0e21c4798c8 (patch) | |
tree | cea6cf3e0b9db00d19cf7833cef6d48697a1b2eb /databases/sqlite3-tcl | |
parent | f8705b65704b0ade6660bbb4a27d0212ce2e5bae (diff) | |
download | pkgsrc-4b9078252b20418d6fbe9bca55b7f0e21c4798c8.tar.gz |
sqlite3: updated to 3.36.0
SQLite Release 3.36.0 On 2021-06-18
Improvement to the EXPLAIN QUERY PLAN output to make it easier to understand.
Byte-order marks at the start of a token are skipped as if they were whitespace.
An error is raised on any attempt to access the rowid of a VIEW or subquery. Formerly, the rowid of a VIEW would be indeterminate and often would be NULL. The -DSQLITE_ALLOW_ROWID_IN_VIEW compile-time option is available to restore the legacy behavior for applications that need it.
The sqlite3_deserialize() and sqlite3_serialize() interfaces are now enabled by default. The -DSQLITE_ENABLE_DESERIALIZE compile-time option is no longer required. Instead, there is is a new -DSQLITE_OMIT_DESERIALIZE compile-time option to omit those interfaces.
The "memdb" VFS now allows the same in-memory database to be shared among multiple database connections in the same process as long as the database name begins with "/".
Back out the EXISTS-to-IN optimization (item 8b in the SQLite 3.35.0 change log) as it was found to slow down queries more often than speed them up.
Improve the constant-propagation optimization so that it works on non-join queries.
The REGEXP extension is now included in CLI builds.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index f2f9aa42f02..c6f453e5802 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.106 2021/04/21 11:41:21 adam Exp $ +# $NetBSD: Makefile,v 1.107 2021/06/25 21:21:31 adam Exp $ -PKGREVISION= 1 .include "../../databases/sqlite3/Makefile.common" DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 456ab02dad8..04b08330177 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.116 2021/04/20 06:30:07 adam Exp $ +$NetBSD: distinfo,v 1.117 2021/06/25 21:21:31 adam Exp $ -SHA1 (sqlite-autoconf-3350500.tar.gz) = f6875472fc86c679400ede139d1dfc6937003abc -RMD160 (sqlite-autoconf-3350500.tar.gz) = 2296997b18ab1b16a9371f039bd9f55e5e74fe82 -SHA512 (sqlite-autoconf-3350500.tar.gz) = 039af796f79fc4517be0bd5ba37886264d49da309e234ae6fccdb488ef0109ed2b917fc3e6c1fc7224dff4f736824c653aaf8f0a37550c5ebc14d035cb8ac737 -Size (sqlite-autoconf-3350500.tar.gz) = 2956627 bytes +SHA1 (sqlite-autoconf-3360000.tar.gz) = a4bcf9e951bfb9745214241ba08476299fc2dc1e +RMD160 (sqlite-autoconf-3360000.tar.gz) = ef34b98fbe1f3436fc0d1255ae2fa9a660011cb2 +SHA512 (sqlite-autoconf-3360000.tar.gz) = e59c57f421b4956c7759af528a2da929167e15179ab9d28267474683e2272f93c901203e5a648732f1a3d43e7be3ac4217c3cdd7adf108c378b9127b771a7cd0 +Size (sqlite-autoconf-3360000.tar.gz) = 2977080 bytes SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537 |