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:
Reinhard Max 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b624d9555f69be3a13d5ee948b04ea200e33fcb8ba40f0c5c1d220a81d0f542
size 10666677

3
sqlite-doc-3390100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab062e44c83276d4672379f428d049df373cef184c09ba19521925d32d5c86a7
size 10675104

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3585f37dd106dbb3d46c8c17a2d275f9a4b87df8c4509bd2d6a5b40032426e6
size 13400405

3
sqlite-src-3390100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:366c7abbee5dbe8882cd7578a61a6ed3f5d08c5f6de3535a0003125b4646cc57
size 13401695

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>

View File

@ -17,11 +17,11 @@
%define oname sqlite
%define tarversion 3390000
%define tarversion 3390100
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.39.0
Version: 3.39.1
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain