SHA256
1
0
forked from pool/sqlite3

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

sqlite3 3.39.1

OBS-URL: https://build.opensuse.org/request/show/989477
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=289
This commit is contained in:
2022-07-18 10:24:56 +00:00
committed by Git OBS Bridge
parent 8c683ec588
commit c070330dbf
6 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jul 15 17:20:31 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.39.1:
* Fix an incorrect result from a query that uses a view that
contains a compound SELECT in which only one arm contains a
RIGHT JOIN and where the view is not the first FROM clause term
of the query that contains the view
* Fix a long-standing problem with ALTER TABLE RENAME that can
only arise if the sqlite3_limit(SQLITE_LIMIT_SQL_LENGTH) is set
to a very small value.
* Fix a long-standing problem in FTS3 that can only arise when
compiled with the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time
option.
* Fix the initial-prefix optimization for the REGEXP extension so
that it works correctly even if the prefix contains characters
that require a 3-byte UTF8 encoding.
* Enhance the sqlite_stmt virtual table so that it buffers all of
its output.
-------------------------------------------------------------------
Fri Jul 1 21:10:07 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>