summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/distinfo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-06-25 21:21:31 +0000
committeradam <adam@pkgsrc.org>2021-06-25 21:21:31 +0000
commit4b9078252b20418d6fbe9bca55b7f0e21c4798c8 (patch)
treecea6cf3e0b9db00d19cf7833cef6d48697a1b2eb /databases/sqlite3-docs/distinfo
parentf8705b65704b0ade6660bbb4a27d0212ce2e5bae (diff)
downloadpkgsrc-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-docs/distinfo')
-rw-r--r--databases/sqlite3-docs/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index 228dae96733..39d089023bb 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.104 2021/04/20 06:30:07 adam Exp $
+$NetBSD: distinfo,v 1.105 2021/06/25 21:21:31 adam Exp $
-SHA1 (sqlite-doc-3350500.zip) = c973cdbbd171064260601fe7b65bbdd51a33337e
-RMD160 (sqlite-doc-3350500.zip) = d73900ea392c3639795bc7401099935c1c1c032a
-SHA512 (sqlite-doc-3350500.zip) = 2da5357623f4db7003f46ec7ea8bdd8a794ad6e1be9a25a8ebccfe5222da43eabc32d9d17acfd7766aa4cf1fd010e476a8087fab78ac6f6596c7c5b8a06de685
-Size (sqlite-doc-3350500.zip) = 10205830 bytes
+SHA1 (sqlite-doc-3360000.zip) = d1d98e937d565c2f8fa585498d9fde463330d2be
+RMD160 (sqlite-doc-3360000.zip) = ad61422978de7a234f469cf007362be534c9b177
+SHA512 (sqlite-doc-3360000.zip) = c9b5628f823c322688e2fcce0effe7564dccaf8bcdbb3397ee09c433975bfb5fd63fd81830c5c6d573314e1e55d25cdf1b3842d798f7be63b9b88b32f6694add
+Size (sqlite-doc-3360000.zip) = 12274411 bytes