Accepting request 390654 from server:database
- SQLite 3.12.2: * Fix compatibility with some legacy versions of sqlite database * Minor bugfixes - SQLite 3.12.1: * 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/390654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=87
This commit is contained in:
commit
61f55d7e28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c
|
||||
size 2374576
|
3
sqlite-autoconf-3120200.tar.gz
Normal file
3
sqlite-autoconf-3120200.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb
|
||||
size 2374804
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088
|
||||
size 5410493
|
3
sqlite-doc-3120200.zip
Normal file
3
sqlite-doc-3120200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67c640c4b01b961016717db61e3e43c63c33248c78ce0de9f10b88ea7ce97670
|
||||
size 5416790
|
@ -1,12 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 06:04:57 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- SQLite 3.12.2:
|
||||
* Fix compatibility with some legacy versions of sqlite database
|
||||
* Minor bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
- SQLite 3.12.1:
|
||||
* 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
|
||||
|
@ -19,9 +19,9 @@
|
||||
# Simplify building on RH for Application:Geo (SR#212812).
|
||||
%define pname sqlite3
|
||||
%define oname sqlite
|
||||
%define tarversion 3120100
|
||||
%define tarversion 3120200
|
||||
Name: %{pname}
|
||||
Version: 3.12.1
|
||||
Version: 3.12.2
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user