From 0abe6cf85caaea0cc46d82d44fd18a9dbe9db8c7 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 6 Sep 2022 18:59:11 +0000 Subject: 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. --- databases/sqlite3-docs/PLIST | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/sqlite3-docs/PLIST') 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 -- cgit v1.2.3