- 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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e
|
||||
size 10683207
|
3
sqlite-doc-3390300.zip
Normal file
3
sqlite-doc-3390300.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c
|
||||
size 10312031
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0
|
||||
size 13403722
|
3
sqlite-src-3390300.zip
Normal file
3
sqlite-src-3390300.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc
|
||||
size 13404886
|
@@ -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>
|
||||
|
||||
|
@@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3390200
|
||||
%define tarversion 3390300
|
||||
%bcond_with icu
|
||||
%bcond_without check
|
||||
Name: sqlite3
|
||||
Version: 3.39.2
|
||||
Version: 3.39.3
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Reference in New Issue
Block a user