forked from pool/sqlite3
Accepting request 961471 from home:AndreasStieger:branches:server:database
sqlite3 3.38.1 OBS-URL: https://build.opensuse.org/request/show/961471 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=275
This commit is contained in:
parent
4f59238ce3
commit
c7eaffc52d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5ca5362a38b0c5fa4da8fc3d033ec981c3f531f4a6530ae8846e4be1d3f295f
|
||||
size 10603776
|
3
sqlite-doc-3380100.zip
Normal file
3
sqlite-doc-3380100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dae49bd7611777d23e9065204bf184ec454235d3f1b0c27bcab10446720df6d
|
||||
size 10615296
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c53d4812cad7856f5f1a1e07d2a2c2a3444d26a965274279f8dd9faa6ff480
|
||||
size 13236840
|
3
sqlite-src-3380100.zip
Normal file
3
sqlite-src-3380100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:177aefda817fa9f52825e1748587f7c27a9b5e6b53a481cd43461f2746d931d8
|
||||
size 13241298
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 16:25:42 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.38.1:
|
||||
* Fix problems with the new Bloom filter optimization that might
|
||||
cause some obscure queries to get an incorrect answer.
|
||||
* Fix the localtime modifier of the date and time functions so
|
||||
that it preserves fractional seconds.
|
||||
* Fix the sqlite_offset SQL function so that it works correctly
|
||||
even in corner cases such as when the argument is a virtual
|
||||
column or the column of a view.
|
||||
* Fix row value IN operator constraints on virtual tables so that
|
||||
they work correctly even if the virtual table implementation
|
||||
relies on bytecode to filter rows that do not satisfy the
|
||||
constraint.
|
||||
* Other minor fixes to assert() statements, test cases, and
|
||||
documentation. See the source code timeline for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 11:20:10 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3380000
|
||||
%define tarversion 3380100
|
||||
%bcond_with icu
|
||||
Name: sqlite3
|
||||
Version: 3.38.0
|
||||
Version: 3.38.1
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user