SHA256
1
0
forked from pool/sqlite3

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 +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