summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-09-06 18:59:11 +0000
committeradam <adam@pkgsrc.org>2022-09-06 18:59:11 +0000
commit0abe6cf85caaea0cc46d82d44fd18a9dbe9db8c7 (patch)
tree348cd05f397950f298ff10caa8aaf835ef08bbf4 /databases/sqlite3-docs/PLIST
parent1717d39d27f240560b9908508f822a61dc3e90bc (diff)
downloadpkgsrc-0abe6cf85caaea0cc46d82d44fd18a9dbe9db8c7.tar.gz
sqlite3: updated to 3.39.3
Changes in version 3.39.3 (2022-09-05): Use a statement journal on DML statement affecting two or more database rows if the statement makes use of a SQL functions that might abort. See forum thread 9b9e4716c0d7bbd1. Use a mutex to protect the PRAGMA temp_store_directory and PRAGMA data_store_directory statements, even though they are deprecated and documented as not being threadsafe. See forum post 719a11e1314d1c70. Other bug and warning fixes. See the timeline for details.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 2f7dd9fb340..65f04ce25cb 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.116 2022/07/22 07:05:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.117 2022/09/06 18:59:11 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -650,6 +650,7 @@ share/doc/sqlite3/releaselog/3_38_5.html
share/doc/sqlite3/releaselog/3_39_0.html
share/doc/sqlite3/releaselog/3_39_1.html
share/doc/sqlite3/releaselog/3_39_2.html
+share/doc/sqlite3/releaselog/3_39_3.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