- SQLite 3.14.2:

* Fix the sqlite3_trace_v2() interface so that it is disabled
    if either the callback or the mask arguments are zero,
    in accordance with the documentation.
  * Fix commenting errors and improve the comments generated on
    EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS
    compile-time option is used.
  * Fix the ".read" command in the command-line shell so that
    it understands that its input is not interactive.
  * Correct affinity computations for a SELECT on the RHS of
    an IN operator. Fix for ticket 199df4168c.
  * The ORDER BY LIMIT optimization is not valid unless the
    inner-most IN operator loop is actually used by
    the query plan. Fix for ticket 0c4df46116e90f92.
  * Fix an internal code generator problem that was causing
    some DELETE operations to no-op. Ticket ef360601
- SQLite 3.14.1:

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=169
This commit is contained in:
Ismail Dönmez 2016-09-14 08:54:43 +00:00 committed by Git OBS Bridge
parent 08fecd30b6
commit 321ace634e
6 changed files with 29 additions and 9 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,7 +1,27 @@
-------------------------------------------------------------------
Wed Sep 14 08:49:58 UTC 2016 - idonmez@suse.com
- SQLite 3.14.2:
* Fix the sqlite3_trace_v2() interface so that it is disabled
if either the callback or the mask arguments are zero,
in accordance with the documentation.
* Fix commenting errors and improve the comments generated on
EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS
compile-time option is used.
* Fix the ".read" command in the command-line shell so that
it understands that its input is not interactive.
* Correct affinity computations for a SELECT on the RHS of
an IN operator. Fix for ticket 199df4168c.
* The ORDER BY LIMIT optimization is not valid unless the
inner-most IN operator loop is actually used by
the query plan. Fix for ticket 0c4df46116e90f92.
* Fix an internal code generator problem that was causing
some DELETE operations to no-op. Ticket ef360601
-------------------------------------------------------------------
Sun Aug 14 07:26:23 UTC 2016 - astieger@suse.com
- SQlite 3.14.1:
- SQLite 3.14.1:
* A performance enhancement to the page-cache "truncate"
operation reduces COMMIT time by dozens of milliseconds on
systems with a large page cache

View File

@ -17,9 +17,9 @@
%define oname sqlite
%define tarversion 3140100
%define tarversion 3140200
Name: sqlite3
Version: 3.14.1
Version: 3.14.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain