SHA256
1
0
forked from pool/sqlite3

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

SQLite 3.34.1 (boo#1181261)

OBS-URL: https://build.opensuse.org/request/show/865503
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=254
This commit is contained in:
2021-01-25 15:23:22 +00:00
committed by Git OBS Bridge
parent 30b3f3ad53
commit c129602d4d
6 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 21 20:13:10 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- SQLite 3.34.1:
* Fix a potential use-after-free bug when processing a a subquery
with both a correlated WHERE clause and a "HAVING 0" clause and
where the parent query is an aggregate (boo#1181261)
* Fix documentation typos
* Fix minor problems in extensions
-------------------------------------------------------------------
Wed Dec 2 09:08:39 UTC 2020 - Reinhard Max <max@suse.com>