Accepting request 595601 from home:AndreasStieger:branches:server:database
sqlite3 3.23.1 OBS-URL: https://build.opensuse.org/request/show/595601 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=205
This commit is contained in:
parent
fd854d6416
commit
22d5278850
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49
|
|
||||||
size 2674030
|
|
3
sqlite-autoconf-3230100.tar.gz
Normal file
3
sqlite-autoconf-3230100.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25
|
||||||
|
size 2675362
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbcd7e875350d68d0b60486ce7b91c51c66b17e7b850c71e1a4357a3baa9c2d5
|
|
||||||
size 8832536
|
|
3
sqlite-doc-3230100.zip
Normal file
3
sqlite-doc-3230100.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85f936ba6db3540db92f878990d088b10bb453c691fccf05714396a03c813872
|
||||||
|
size 8882546
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 11:40:57 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to 3.23.1:
|
||||||
|
* Fix two problems in the new LEFT JOIN strength reduction
|
||||||
|
optimization
|
||||||
|
* Fix misbehavior of the FTS5 xBestIndex method
|
||||||
|
* Fix a harmless reference to an uninitialized virtual machine
|
||||||
|
register
|
||||||
|
* Fix the eval.c extension so that it works with PRAGMA
|
||||||
|
empty_result_callbacks=ON
|
||||||
|
* Fix the generate_series virtual table so that it correctly
|
||||||
|
returns no rows if any of its constraints are NULL
|
||||||
|
* Performance enhancements in the parser
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 2 18:33:42 UTC 2018 - astieger@suse.com
|
Mon Apr 2 18:33:42 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3230000
|
%define tarversion 3230100
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.23.0
|
Version: 3.23.1
|
||||||
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