- 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. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=280
This commit is contained in:
parent
47ab3d6e59
commit
c464d12817
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dae49bd7611777d23e9065204bf184ec454235d3f1b0c27bcab10446720df6d
|
|
||||||
size 10615296
|
|
3
sqlite-doc-3380200.zip
Normal file
3
sqlite-doc-3380200.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a6e5ab06ae9074eeff74f0b60970f3bb25aeff79e970f6b1aeeff347f2832f9
|
||||||
|
size 10620764
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:177aefda817fa9f52825e1748587f7c27a9b5e6b53a481cd43461f2746d931d8
|
|
||||||
size 13241298
|
|
3
sqlite-src-3380200.zip
Normal file
3
sqlite-src-3380200.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a
|
||||||
|
size 13242285
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- 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 <max@suse.com>
|
Wed Mar 16 16:24:45 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3380100
|
%define tarversion 3380200
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.38.1
|
Version: 3.38.2
|
||||||
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