Accepting request 882778 from home:AndreasStieger:branches:server:database
SQLite 3.35.4 OBS-URL: https://build.opensuse.org/request/show/882778 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=262
This commit is contained in:
parent
98346ec9c1
commit
c767c076fa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ae1e29f2dc4e13b787d4a074cf3844751fedab94b4304a4e89bf6e7bdb79b8d
|
|
||||||
size 10182547
|
|
3
sqlite-doc-3350400.zip
Normal file
3
sqlite-doc-3350400.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d001f9581d9858a37bf0f86007d6c103659ca9fc07414bbc965f94df43720c27
|
||||||
|
size 10206227
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6af39632ed596ff3294f35caff4d671745f81894135f9789ceecf696dfc38703
|
|
||||||
size 12815298
|
|
3
sqlite-src-3350400.zip
Normal file
3
sqlite-src-3350400.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77007915a87ccc8a653d5f3d2d3a3cca89807641965c2a6e2958bea964ea02a4
|
||||||
|
size 12818802
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 3 06:51:48 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- SQLite 3.35.4:
|
||||||
|
* Fix a defect in the query planner optimization
|
||||||
|
* Fix a defect in the new RETURNING syntax
|
||||||
|
* Fix the new RETURNING feature so that it raises an error if one
|
||||||
|
of the terms in the RETURNING clause references a unknown
|
||||||
|
table, instead of silently ignoring that error
|
||||||
|
* Fix an assertion associated with aggregate function processing
|
||||||
|
that was incorrectly triggered by the push-down optimization
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 1 10:27:58 UTC 2021 - Reinhard Max <max@suse.com>
|
Thu Apr 1 10:27:58 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
@ -45,6 +57,33 @@ Thu Apr 1 10:27:58 UTC 2021 - Reinhard Max <max@suse.com>
|
|||||||
* bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of
|
* bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of
|
||||||
collation-sequence names
|
collation-sequence names
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 27 11:52:17 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- SQLite 3.35.3:
|
||||||
|
* Enhance the OP_OpenDup opcode of the bytecode engine so that
|
||||||
|
it works even if the cursor being duplicated itself came from
|
||||||
|
OP_OpenDup
|
||||||
|
* When materializing correlated common table expressions, do so
|
||||||
|
separately for each use case, as that is required for
|
||||||
|
correctness. This fixes a problem that was introduced by the
|
||||||
|
MATERIALIZED hint enhancement.
|
||||||
|
* Fix a problem in the filename normalizer of the unix VFS
|
||||||
|
* Fix the "box" output mode in the CLI so that it works with
|
||||||
|
statements that returns one or more rows of zero columns
|
||||||
|
(such as PRAGMA incremental_vacuum)
|
||||||
|
* Improvements to error messages generated by faulty common
|
||||||
|
table expressions
|
||||||
|
* Fix some incorrect assert() statements
|
||||||
|
* Fix to the SELECT statement syntax diagram so that the FROM
|
||||||
|
clause syntax is shown correctly
|
||||||
|
* Fix the EBCDIC character classifier so that it understands
|
||||||
|
newlines as whitespace
|
||||||
|
* Improvements the xBestIndex method in the implementation of the
|
||||||
|
(unsupported) wholenumber virtual table extension so that it
|
||||||
|
does a better job of convincing the query planner to avoid
|
||||||
|
trying to materialize a table with an infinite number of rows
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 19 14:53:04 UTC 2021 - Martin Liška <mliska@suse.cz>
|
Fri Mar 19 14:53:04 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3350200
|
%define tarversion 3350400
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.35.2
|
Version: 3.35.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user