Accepting request 137183 from server:database

- Bugfix release 3.7.14.1:
  * Fix a bug that causes a segfault on a LEFT JOIN that includes
    an OR in the ON clause.

OBS-URL: https://build.opensuse.org/request/show/137183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=47
This commit is contained in:
Stephan Kulow 2012-10-05 11:48:31 +00:00 committed by Git OBS Bridge
commit 2f4cb20a27
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 5 07:13:36 UTC 2012 - max@suse.com
- Bugfix release 3.7.14.1:
* Fix a bug that causes a segfault on a LEFT JOIN that includes
an OR in the ON clause.
* Work around a bug in the optimizer in the VisualStudio-2012
compiler that causes invalid code to be generated when
compiling SQLite on ARM.
* Fix the TCL interface so that the "nullvalue" setting is
honored for TCL implementations of SQL functions.
-------------------------------------------------------------------
Tue Sep 4 14:21:55 UTC 2012 - mmeister@suse.com

View File

@ -17,9 +17,9 @@
Name: sqlite3
Version: 3.7.14
Version: 3.7.14.1
Release: 0
%define tarversion 3071400
%define tarversion 3071401
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers