summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
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/PLIST
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/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index eb67bee0d44..47fc977a0f7 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.103 2021/04/20 06:30:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.104 2021/06/25 21:21:31 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -152,7 +152,7 @@ share/doc/sqlite3/c3ref/pcache.html
share/doc/sqlite3/c3ref/pcache_methods2.html
share/doc/sqlite3/c3ref/pcache_page.html
share/doc/sqlite3/c3ref/prepare.html
-share/doc/sqlite3/c3ref/preupdate_count.html
+share/doc/sqlite3/c3ref/preupdate_blobwrite.html
share/doc/sqlite3/c3ref/profile.html
share/doc/sqlite3/c3ref/progress_handler.html
share/doc/sqlite3/c3ref/randomness.html
@@ -430,6 +430,7 @@ share/doc/sqlite3/images/nw.png
share/doc/sqlite3/images/powered_by_sqlite.gif
share/doc/sqlite3/images/private_branch.gif
share/doc/sqlite3/images/qp/fqp1.gif
+share/doc/sqlite3/images/qp/fqp1.pikchr
share/doc/sqlite3/images/qp/fruitobstate.gif
share/doc/sqlite3/images/qp/fruitobstate0.gif
share/doc/sqlite3/images/qp/fullscan.gif
@@ -453,6 +454,7 @@ share/doc/sqlite3/images/qp/partial-sort.gif
share/doc/sqlite3/images/qp/rowidlu.gif
share/doc/sqlite3/images/qp/tab.gif
share/doc/sqlite3/images/qp/tpchq8.gif
+share/doc/sqlite3/images/qp/tpchq8.pikchr
share/doc/sqlite3/images/se.gif
share/doc/sqlite3/images/se.png
share/doc/sqlite3/images/shane1.jpg
@@ -628,6 +630,7 @@ share/doc/sqlite3/releaselog/3_35_2.html
share/doc/sqlite3/releaselog/3_35_3.html
share/doc/sqlite3/releaselog/3_35_4.html
share/doc/sqlite3/releaselog/3_35_5.html
+share/doc/sqlite3/releaselog/3_36_0.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html
@@ -802,6 +805,7 @@ share/doc/sqlite3/session/sqlite3rebaser_delete.html
share/doc/sqlite3/session/sqlite3rebaser_rebase.html
share/doc/sqlite3/session/sqlite3session_attach.html
share/doc/sqlite3/session/sqlite3session_changeset.html
+share/doc/sqlite3/session/sqlite3session_changeset_size.html
share/doc/sqlite3/session/sqlite3session_config.html
share/doc/sqlite3/session/sqlite3session_create.html
share/doc/sqlite3/session/sqlite3session_delete.html