Accepting request 386499 from server:database
- Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage. - Fix views so that they inherit column datatypes from the table that they are defined against, when possible. - Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN. OBS-URL: https://build.opensuse.org/request/show/386499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=86
This commit is contained in:
commit
23117fcb2a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53ecdbb5287af673eca3710c5f6c2305e73bb2d034f2a28770bea2be92ed269e
|
|
||||||
size 2374101
|
|
3
sqlite-autoconf-3120100.tar.gz
Normal file
3
sqlite-autoconf-3120100.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c
|
||||||
|
size 2374576
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:346d9d56a0193d9396948192b7eca9e45c2adfeea6bbf71df62502830da510f3
|
|
||||||
size 5402611
|
|
3
sqlite-doc-3120100.zip
Normal file
3
sqlite-doc-3120100.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088
|
||||||
|
size 5410493
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 9 06:55:32 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Fix a boundary condition error introduced by version 3.12.0 that
|
||||||
|
can result in a crash during heavy SAVEPOINT usage.
|
||||||
|
- Fix views so that they inherit column datatypes from the table
|
||||||
|
that they are defined against, when possible.
|
||||||
|
- Fix the query planner so that IS and IS NULL operators are able to
|
||||||
|
drive an index on a LEFT OUTER JOIN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 30 07:47:34 UTC 2016 - idonmez@suse.com
|
Wed Mar 30 07:47:34 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
# Simplify building on RH for Application:Geo (SR#212812).
|
# Simplify building on RH for Application:Geo (SR#212812).
|
||||||
%define pname sqlite3
|
%define pname sqlite3
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3120000
|
%define tarversion 3120100
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 3.12.0
|
Version: 3.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Loading…
Reference in New Issue
Block a user