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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user