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:
Dominique Leuenberger 2016-04-28 14:50:12 +00:00 committed by Git OBS Bridge
commit 61f55d7e28
6 changed files with 22 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c
size 2374576

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb
size 2374804

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088
size 5410493

3
sqlite-doc-3120200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67c640c4b01b961016717db61e3e43c63c33248c78ce0de9f10b88ea7ce97670
size 5416790

View File

@ -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 Sat Apr 9 06:55:32 UTC 2016 - idonmez@suse.com
- Fix a boundary condition error introduced by version 3.12.0 that - SQLite 3.12.1:
can result in a crash during heavy SAVEPOINT usage. * Fix a boundary condition error introduced by version 3.12.0 that
- Fix views so that they inherit column datatypes from the table can result in a crash during heavy SAVEPOINT usage.
that they are defined against, when possible. * Fix views so that they inherit column datatypes from the table
- Fix the query planner so that IS and IS NULL operators are able to that they are defined against, when possible.
drive an index on a LEFT OUTER JOIN. * 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

View File

@ -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 3120100 %define tarversion 3120200
Name: %{pname} Name: %{pname}
Version: 3.12.1 Version: 3.12.2
Release: 0 Release: 0
Summary: Embeddable SQL Database Engine Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain License: SUSE-Public-Domain