diff --git a/sqlite-doc-3380100.zip b/sqlite-doc-3380100.zip deleted file mode 100644 index 748aa3f..0000000 --- a/sqlite-doc-3380100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dae49bd7611777d23e9065204bf184ec454235d3f1b0c27bcab10446720df6d -size 10615296 diff --git a/sqlite-doc-3380200.zip b/sqlite-doc-3380200.zip new file mode 100644 index 0000000..2e313dd --- /dev/null +++ b/sqlite-doc-3380200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6e5ab06ae9074eeff74f0b60970f3bb25aeff79e970f6b1aeeff347f2832f9 +size 10620764 diff --git a/sqlite-src-3380100.zip b/sqlite-src-3380100.zip deleted file mode 100644 index bd815e8..0000000 --- a/sqlite-src-3380100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:177aefda817fa9f52825e1748587f7c27a9b5e6b53a481cd43461f2746d931d8 -size 13241298 diff --git a/sqlite-src-3380200.zip b/sqlite-src-3380200.zip new file mode 100644 index 0000000..8aee45d --- /dev/null +++ b/sqlite-src-3380200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a +size 13242285 diff --git a/sqlite3.changes b/sqlite3.changes index 1c43aa2..85f090a 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max + +- update to 3.38.2: + * Fix a problem with the Bloom filter optimization that might + cause an incorrect answer when doing a LEFT JOIN with a WHERE + clause constraint that says that one of the columns on the + right table of the LEFT JOIN is NULL. + * Other minor patches. + ------------------------------------------------------------------- Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 7ad3d46..5f193d5 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3380100 +%define tarversion 3380200 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.38.1 +Version: 3.38.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain