diff --git a/sqlite-doc-3350200.zip b/sqlite-doc-3350200.zip deleted file mode 100644 index 0a028be..0000000 --- a/sqlite-doc-3350200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ae1e29f2dc4e13b787d4a074cf3844751fedab94b4304a4e89bf6e7bdb79b8d -size 10182547 diff --git a/sqlite-doc-3350400.zip b/sqlite-doc-3350400.zip new file mode 100644 index 0000000..e402597 --- /dev/null +++ b/sqlite-doc-3350400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d001f9581d9858a37bf0f86007d6c103659ca9fc07414bbc965f94df43720c27 +size 10206227 diff --git a/sqlite-src-3350200.zip b/sqlite-src-3350200.zip deleted file mode 100644 index 3fbba2e..0000000 --- a/sqlite-src-3350200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6af39632ed596ff3294f35caff4d671745f81894135f9789ceecf696dfc38703 -size 12815298 diff --git a/sqlite-src-3350400.zip b/sqlite-src-3350400.zip new file mode 100644 index 0000000..ef83680 --- /dev/null +++ b/sqlite-src-3350400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77007915a87ccc8a653d5f3d2d3a3cca89807641965c2a6e2958bea964ea02a4 +size 12818802 diff --git a/sqlite3.changes b/sqlite3.changes index 0cb42a8..8e84e03 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 3 06:51:48 UTC 2021 - Andreas Stieger + +- 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 @@ -45,6 +57,33 @@ Thu Apr 1 10:27:58 UTC 2021 - Reinhard Max * bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of collation-sequence names +------------------------------------------------------------------- +Sat Mar 27 11:52:17 UTC 2021 - Andreas Stieger + +- 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 diff --git a/sqlite3.spec b/sqlite3.spec index ec60879..1b1076c 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,10 +17,10 @@ %define oname sqlite -%define tarversion 3350200 +%define tarversion 3350400 %bcond_with icu Name: sqlite3 -Version: 3.35.2 +Version: 3.35.4 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain