diff --git a/sqlite-doc-3380200.zip b/sqlite-doc-3380200.zip deleted file mode 100644 index 2e313dd..0000000 --- a/sqlite-doc-3380200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a6e5ab06ae9074eeff74f0b60970f3bb25aeff79e970f6b1aeeff347f2832f9 -size 10620764 diff --git a/sqlite-doc-3380300.zip b/sqlite-doc-3380300.zip new file mode 100644 index 0000000..e87cc09 --- /dev/null +++ b/sqlite-doc-3380300.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc7c8ceb6decc440f7da014de97e5c01662129e3f03d8803683fd30a1a5e987 +size 10626490 diff --git a/sqlite-src-3380200.zip b/sqlite-src-3380200.zip deleted file mode 100644 index 8aee45d..0000000 --- a/sqlite-src-3380200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a -size 13242285 diff --git a/sqlite-src-3380300.zip b/sqlite-src-3380300.zip new file mode 100644 index 0000000..d10fa50 --- /dev/null +++ b/sqlite-src-3380300.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a104d493e084006bd74ff1ff7ac2eb2b387c7c0a3b63ba6fea2fafb4118313af +size 13244116 diff --git a/sqlite3.changes b/sqlite3.changes index 85f090a..6f93a17 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 28 05:54:02 UTC 2022 - Paolo Stivanin + +- update to 3.38.3: + * Fix a case of the query planner be overly aggressive with + optimizing automatic-index and Bloom-filter construction, + using inappropriate ON clause terms to restrict the size of the + automatic-index or Bloom filter, and resulting in missing rows + in the output. + * Other minor patches. See the timeline for details. + ------------------------------------------------------------------- Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 5f193d5..92561b2 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3380200 +%define tarversion 3380300 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.38.2 +Version: 3.38.3 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain