SHA256
1
0
forked from pool/sqlite3

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

sqlite3 3.37.1

OBS-URL: https://build.opensuse.org/request/show/943471
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=272
This commit is contained in:
2022-01-02 13:02:42 +00:00
committed by Git OBS Bridge
parent b875dde3e6
commit 6b2ed16806
6 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 2 12:12:55 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.37.1:
* Fix a bug introduced by the UPSERT enhancements of version
3.35.0 that can cause incorrect byte-code to be generated for
some obscure but valid SQL, possibly resulting in a NULL-
pointer dereference.
* Fix an OOB read that can occur in FTS5 when reading corrupt
database files.
* Improved robustness of the --safe option in the CLI.
* Other minor fixes to assert() statements and test cases.
-------------------------------------------------------------------
Tue Nov 30 09:08:31 UTC 2021 - Reinhard Max <max@suse.com>