From 321ace634e8325f47052846607ababb3cf8f0b0d646e45ca8a4248f39780c0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 14 Sep 2016 08:54:43 +0000 Subject: [PATCH] - 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 --- sqlite-autoconf-3140100.tar.gz | 3 --- sqlite-autoconf-3140200.tar.gz | 3 +++ sqlite-doc-3140100.zip | 3 --- sqlite-doc-3140200.zip | 3 +++ sqlite3.changes | 22 +++++++++++++++++++++- sqlite3.spec | 4 ++-- 6 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 sqlite-autoconf-3140100.tar.gz create mode 100644 sqlite-autoconf-3140200.tar.gz delete mode 100644 sqlite-doc-3140100.zip create mode 100644 sqlite-doc-3140200.zip diff --git a/sqlite-autoconf-3140100.tar.gz b/sqlite-autoconf-3140100.tar.gz deleted file mode 100644 index 2f1ca4a..0000000 --- a/sqlite-autoconf-3140100.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6 -size 2473610 diff --git a/sqlite-autoconf-3140200.tar.gz b/sqlite-autoconf-3140200.tar.gz new file mode 100644 index 0000000..ec40dd1 --- /dev/null +++ b/sqlite-autoconf-3140200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644f0c127f7d0cbe8765b9bbdf9ed09d6a2f2b9dfba48ddfd8ca0a42fdb5b3fc +size 2472940 diff --git a/sqlite-doc-3140100.zip b/sqlite-doc-3140100.zip deleted file mode 100644 index 1363096..0000000 --- a/sqlite-doc-3140100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036203c71ca5796fd80b9d9d3bd710f698da3d5393d4df5c7cdf5468258c9ec6 -size 5689913 diff --git a/sqlite-doc-3140200.zip b/sqlite-doc-3140200.zip new file mode 100644 index 0000000..9703dd1 --- /dev/null +++ b/sqlite-doc-3140200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421d2ea3d288dd301ec98155a6765d6bc8ce93b9a3ae82bac56a21cdd91190c2 +size 5386739 diff --git a/sqlite3.changes b/sqlite3.changes index 6022573..5880ff4 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -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 diff --git a/sqlite3.spec b/sqlite3.spec index 462fe8d..c45d706 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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