Accepting request 262316 from home:AndreasStieger:branches:server:database
SQLite 3.8.7.2 OBS-URL: https://build.opensuse.org/request/show/262316 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=110
This commit is contained in:
parent
b9c08b60d4
commit
fe275c9d10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
|
||||
size 1998389
|
3
sqlite-autoconf-3080702.tar.gz
Normal file
3
sqlite-autoconf-3080702.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
|
||||
size 1998965
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d50444d9ebf4302cb8658172a34602056b65313d93ee32eba213cd7111bfc53a
|
||||
size 4909904
|
3
sqlite-doc-3080702.zip
Normal file
3
sqlite-doc-3080702.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146
|
||||
size 4908305
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 00:00:00 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- SQLite 3.8.7.2:
|
||||
* Enhance the ROLLBACK command so that pending queries are
|
||||
allowed to continue as long as the schema is unchanged.
|
||||
* Bug fix: Make sure that NULL results from OP_Column are fully
|
||||
and completely NULL and do not have the MEM_Ephem bit set.
|
||||
* Bug fix: The %c format in sqlite3_mprintf() is able to handle
|
||||
precisions greater than 70.
|
||||
* Bug fix: Do not automatically remove the DISTINCT keyword from
|
||||
a SELECT that forms the right-hand side of an IN operator since
|
||||
it is necessary if the SELECT also contains a LIMIT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 21:03:11 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
%define oname sqlite
|
||||
|
||||
Name: %pname
|
||||
Version: 3.8.7.1
|
||||
Version: 3.8.7.2
|
||||
Release: 0
|
||||
%define tarversion 3080701
|
||||
%define tarversion 3080702
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
|
Loading…
Reference in New Issue
Block a user