forked from pool/sqlite3
- update to 3.39.3:
* 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. * Use a mutex to protect the PRAGMA temp_store_directory and PRAGMA data_store_directory statements, even though they are decremented and documented as not being threadsafe. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=293
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 15:09:48 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
- update to 3.39.3:
|
||||
* 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.
|
||||
* Use a mutex to protect the PRAGMA temp_store_directory and
|
||||
PRAGMA data_store_directory statements, even though they are
|
||||
decremented and documented as not being threadsafe.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 17:02:27 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user