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

- Update to 3.11.0

OBS-URL: https://build.opensuse.org/request/show/360173
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=143
This commit is contained in:
Martin Pluskal 2016-02-18 15:43:43 +00:00 committed by Git OBS Bridge
parent 9fbf9d8d6a
commit c532a5c073
6 changed files with 31 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Feb 18 15:32:46 UTC 2016 - mpluskal@suse.com
- Update to 3.11.0
* Enhanced WAL mode so that it works efficiently with
transactions that are larger than the cache_size.
* Added the FTS5 detail option.
* Added the "EXTRA" option to PRAGMA synchronous that does a sync
of the containing directory when a rollback journal is unlinked
in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE
compile-time option enables PRAGMA synchronous=EXTRA by default.
* Enhanced the query planner so that it is able to use a covering
index as part of the OR optimization.
* Avoid recomputing NOT NULL and CHECK constraints on unchanged
columns in UPDATE statement.
* Many micro-optimizations, resulting in a library that is faster
than the previous release.
* By default, the shell is now in "auto-explain" mode. The output
of EXPLAIN commands is automatically formatted.
* Added the ".vfslist" dot-command.
* The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now
turned on by default in the standard builds.
-------------------------------------------------------------------
Wed Jan 20 19:52:49 UTC 2016 - astieger@suse.com

View File

@ -19,9 +19,9 @@
# Simplify building on RH for Application:Geo (SR#212812).
%define pname sqlite3
%define oname sqlite
%define tarversion 3100200
%define tarversion 3110000
Name: %{pname}
Version: 3.10.2
Version: 3.11.0
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain