Accepting request 287723 from home:pluskalm:branches:server:database

- Update to SQLite 3.8.8.3
  * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect 
    results if the qualifying constraint of a partial index 
    appears in the ON clause of a LEFT JOIN.
  * Added the ability to link against the "linenoise" command-line 
    editing library in unix builds of the command-line shell.

OBS-URL: https://build.opensuse.org/request/show/287723
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=120
This commit is contained in:
Reinhard Max 2015-02-25 16:50:21 +00:00 committed by Git OBS Bridge
parent 0d0f135f69
commit 94636bea7d
6 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 25 16:37:54 UTC 2015 - mpluskal@suse.com
- Update to SQLite 3.8.8.3
* Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect
results if the qualifying constraint of a partial index
appears in the ON clause of a LEFT JOIN.
* Added the ability to link against the "linenoise" command-line
editing library in unix builds of the command-line shell.
-------------------------------------------------------------------
Thu Feb 12 12:59:28 UTC 2015 - astieger@suse.com

View File

@ -21,9 +21,9 @@
%define oname sqlite
Name: %pname
Version: 3.8.8.2
Version: 3.8.8.3
Release: 0
%define tarversion 3080802
%define tarversion 3080803
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers