Accepting request 264842 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/264842 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=69
This commit is contained in:
commit
46050d322f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
|
||||
size 1998965
|
3
sqlite-autoconf-3080704.tar.gz
Normal file
3
sqlite-autoconf-3080704.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec
|
||||
size 1999230
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146
|
||||
size 4908305
|
3
sqlite-doc-3080704.zip
Normal file
3
sqlite-doc-3080704.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d6da86e8af181442e4e296fe86054f1a9c2dd05e0378d519cd64d3b9b4a5cb
|
||||
size 4918739
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 11:11:29 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- SQLite 3.8.7.4:
|
||||
* Bug fix: Add in a mutex that was omitted from the previous
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 6 17:21:43 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- SQLite 3.8.7.3:
|
||||
* Ensure the cached KeyInfo objects (an internal abstraction not
|
||||
visible to the application) do not go stale when operating in
|
||||
shared cache mode and frequently closing and reopening some
|
||||
database connections while leaving other database connections
|
||||
on the same shared cache open continuously.
|
||||
* Recognize that any column in the right-hand table of a LEFT
|
||||
JOIN can be NULL even if the column has a NOT NULL constraint.
|
||||
Do not apply optimizations that assume the column is never
|
||||
NULL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 19 00:00:00 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
%define oname sqlite
|
||||
|
||||
Name: %pname
|
||||
Version: 3.8.7.2
|
||||
Version: 3.8.7.4
|
||||
Release: 0
|
||||
%define tarversion 3080702
|
||||
%define tarversion 3080704
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
|
Loading…
Reference in New Issue
Block a user