Accepting request 342160 from home:AndreasStieger:branches:server:database
SQLite 3.9.2 OBS-URL: https://build.opensuse.org/request/show/342160 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=136
This commit is contained in:
parent
70e5b8d442
commit
6d3dd807bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c
|
|
||||||
size 2284128
|
|
3
sqlite-autoconf-3090200.tar.gz
Normal file
3
sqlite-autoconf-3090200.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b
|
||||||
|
size 2284431
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8549a4261f74395496d1ebc4b7d36a51b2b3e57f36520d3c71052190a80ccb9
|
|
||||||
size 5289099
|
|
3
sqlite-doc-3090200.zip
Normal file
3
sqlite-doc-3090200.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b9ecb9d2b0424ca2a288184ee36fa16a11033400638117dd7c669ad2d39177c
|
||||||
|
size 5295693
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 20:51:40 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- SQLite 3.9.2:
|
||||||
|
* Fix the schema parser so that it interprets certain (obscure
|
||||||
|
and ill-formed) CREATE TABLE statements the same as legacy.
|
||||||
|
* Fix a query planner problem that could result in an incorrect
|
||||||
|
answer due to the use of automatic indexing in subqueries in
|
||||||
|
the FROM clause of a correlated scalar subqueries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 19:58:52 UTC 2015 - astieger@suse.com
|
Fri Oct 16 19:58:52 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
|
|
||||||
Name: %pname
|
Name: %pname
|
||||||
Version: 3.9.1
|
Version: 3.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define tarversion 3090100
|
%define tarversion 3090200
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
|
Loading…
Reference in New Issue
Block a user