SHA256
1
0
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:
2022-09-05 15:20:33 +00:00
committed by Git OBS Bridge
parent 30186d2a5a
commit 40bb6fef9c
6 changed files with 19 additions and 8 deletions

View File

@@ -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>