SHA256
1
0
forked from pool/sqlite3

Accepting request 319027 from home:AndreasStieger:branches:server:database

SQLite 3.8.11

OBS-URL: https://build.opensuse.org/request/show/319027
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=130
This commit is contained in:
Martin Pluskal
2015-07-27 19:27:49 +00:00
committed by Git OBS Bridge
parent 97bf673137
commit 7cb5666f61
6 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 27 18:57:42 UTC 2015 - astieger@suse.com
- SQLite 3.8.11:
* Significantly improved performance
* new interfaces and enhancements
* Important bug fixes for CREATE TABLE AS
* Fix the skip-scan optimization so that it works correctly when
the OR optimization is used on WITHOUT ROWID tables.
* Fix the sqlite3_memory_used() and sqlite3_memory_highwater()
interfaces so that they actually do provide a 64-bit answer.
* experimental extensions, not enabled:
+ RBU (Resumable Bulk Update) extension
+ FTS5 (Full-text search) extension
-------------------------------------------------------------------
Sun May 24 20:45:03 UTC 2015 - astieger@suse.com