Accepting request 264258 from home:AndreasStieger:branches:server:database
SQLite 3.8.7.3 OBS-URL: https://build.opensuse.org/request/show/264258 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=112
This commit is contained in:
parent
fe275c9d10
commit
eee1787ea3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e
|
||||
size 1998965
|
3
sqlite-autoconf-3080703.tar.gz
Normal file
3
sqlite-autoconf-3080703.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90b43a72a9d43ddf68fff0f71db869c213b9fd5082ade7d13e85a655c39a678a
|
||||
size 1999200
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146
|
||||
size 4908305
|
3
sqlite-doc-3080703.zip
Normal file
3
sqlite-doc-3080703.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c80a12afd8273df3c9305521dc68cd5fa32cf44506686f37c089ba6ac84950cf
|
||||
size 4916565
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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.3
|
||||
Release: 0
|
||||
%define tarversion 3080702
|
||||
%define tarversion 3080703
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
|
Loading…
Reference in New Issue
Block a user