Accepting request 640275 from home:AndreasStieger:branches:server:database
SQLite 3.25.2 OBS-URL: https://build.opensuse.org/request/show/640275 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=217
This commit is contained in:
parent
54cffd3f1a
commit
45d8bd58eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:702bcfa08424741d366cda36045095c84a1d0d453aae8832f2d9fca85fc5ccfd
|
||||
size 9209742
|
3
sqlite-doc-3250200.zip
Normal file
3
sqlite-doc-3250200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2239a996c168c88e9e08ae958be95b3d149f4c898eeff32b5ceca774cbed41
|
||||
size 9229732
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01598426fc35178967624057189131045f90b89239fe2878fb8422929af30d08
|
||||
size 11376208
|
3
sqlite-src-3250200.zip
Normal file
3
sqlite-src-3250200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80a46070dacef0a90b535d713556e46e930865501d8dd09df93df470ccfdf458
|
||||
size 11381811
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 6 14:16:07 UTC 2018 - astieger@suse.com
|
||||
|
||||
- SQLite 3.25.2:
|
||||
* Add the PRAGMA legacy_alter_table=ON command that causes the
|
||||
"ALTER TABLE RENAME" command to behave as in 3.24.0 and earlier
|
||||
* Fix issue with some expressions with windows functions in views
|
||||
- includes changes from SQLite 3.25.1:
|
||||
* Avoid false-positive error checks on ALTER TABLE
|
||||
* Further ORDER BY LIMIT optimization fixes for window functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 16 06:51:34 UTC 2018 - astieger@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3250000
|
||||
%define tarversion 3250200
|
||||
Name: sqlite3
|
||||
Version: 3.25.0
|
||||
Version: 3.25.2
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user