SHA256
1
0
forked from pool/sqlite3

Accepting request 945927 from home:AndreasStieger:branches:server:database

sqlite3 3.37.2

OBS-URL: https://build.opensuse.org/request/show/945927
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=273
This commit is contained in:
2022-01-16 14:07:07 +00:00
committed by Git OBS Bridge
parent 6b2ed16806
commit d43b785c99
6 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 12 20:25:08 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.37.2:
* Fix a bug introduced in version 3.35.0 (2021-03-12) that can
cause database corruption if a SAVEPOINT is rolled back while
in PRAGMA temp_store=MEMORY mode, and other changes are made,
and then the outer transaction commits
* Fix a long-standing problem with ON DELETE CASCADE and ON
UPDATE CASCADE in which a cache of the bytecode used to
implement the cascading change was not being reset following a
local DDL change
-------------------------------------------------------------------
Sun Jan 2 12:12:55 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>