Accepting request 441269 from home:AndreasStieger:branches:server:database
SQLite 3.15.1 OBS-URL: https://build.opensuse.org/request/show/441269 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=173
This commit is contained in:
parent
7be5d4b84f
commit
da5c48bf92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27
|
||||
size 2490473
|
3
sqlite-autoconf-3150100.tar.gz
Normal file
3
sqlite-autoconf-3150100.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5
|
||||
size 2491350
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea0208b2b8dddf51b846d6e9d23210fc497da2c6f3fbed96f00eadceb1c32f7
|
||||
size 5456115
|
3
sqlite-doc-3150100.zip
Normal file
3
sqlite-doc-3150100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:121363c75da7f6c8988f70dfa5bed5f0f06b5c9d37b4e2230316c55a80760825
|
||||
size 5461172
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 21:50:08 UTC 2016 - astieger@suse.com
|
||||
|
||||
- SQLite 3.15.1:
|
||||
* Fix the VACUUM command so that it spills excess content to disk
|
||||
rather than holding everything in memory, and possible causing
|
||||
an out-of-memory error for larger database files
|
||||
* Fix a case where OR-connected terms in the ON clause of a LEFT
|
||||
JOIN might cause incorrect results
|
||||
* Fix a case where the use of row values in the ON clause of a
|
||||
LEFT JOIN might cause incorrect results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 18:11:59 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3150000
|
||||
%define tarversion 3150100
|
||||
Name: sqlite3
|
||||
Version: 3.15.0
|
||||
Version: 3.15.1
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user