Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2022-09-06 20:59:11
Message id: 20220906185911.A5980FA90@cvs.NetBSD.org
Log Message:
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.
Files: