Accepting request 973534 from home:polslinux:branches:server:database
- 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. OBS-URL: https://build.opensuse.org/request/show/973534 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=282
This commit is contained in:
parent
c464d12817
commit
52ec937b8f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a6e5ab06ae9074eeff74f0b60970f3bb25aeff79e970f6b1aeeff347f2832f9
|
|
||||||
size 10620764
|
|
3
sqlite-doc-3380300.zip
Normal file
3
sqlite-doc-3380300.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fc7c8ceb6decc440f7da014de97e5c01662129e3f03d8803683fd30a1a5e987
|
||||||
|
size 10626490
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a
|
|
||||||
size 13242285
|
|
3
sqlite-src-3380300.zip
Normal file
3
sqlite-src-3380300.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a104d493e084006bd74ff1ff7ac2eb2b387c7c0a3b63ba6fea2fafb4118313af
|
||||||
|
size 13244116
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 05:54:02 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- 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 <max@suse.com>
|
Tue Mar 29 08:21:26 UTC 2022 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3380200
|
%define tarversion 3380300
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.38.2
|
Version: 3.38.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
Reference in New Issue
Block a user