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:
Reinhard Max 2014-11-19 14:57:30 +00:00 committed by Git OBS Bridge
parent b9c08b60d4
commit fe275c9d10
6 changed files with 22 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
size 1998389

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
size 1998965

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d50444d9ebf4302cb8658172a34602056b65313d93ee32eba213cd7111bfc53a
size 4909904

3
sqlite-doc-3080702.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146
size 4908305

View File

@ -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

View File

@ -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