forked from pool/sqlite3
Updating link to change in openSUSE:Factory/sqlite3 revision 28.0
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=2029b0ecaecdc5c00f7512c3d27e8112
This commit is contained in:
committed by
Git OBS Bridge
parent
d8f8d9a4ee
commit
5936007c97
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 22 19:08:56 CEST 2010 - max@suse.de
|
||||
|
||||
- New version: 3.7.0:
|
||||
* Added support for write-ahead logging.
|
||||
* Query planner enhancement - automatic transient indices are
|
||||
created when doing so reduces the estimated query time.
|
||||
* Query planner enhancement - the ORDER BY becomes a no-op if
|
||||
the query also contains a GROUP BY clause that forces the
|
||||
correct output order.
|
||||
* Add the SQLITE_DBSTATUS_CACHE_USED verb for
|
||||
sqlite3_db_status().
|
||||
* The logical database size is now stored in the database
|
||||
header so that bytes can be appended to the end of the
|
||||
database file without corrupting it and so that SQLite will
|
||||
work correctly on systems that lack support for ftruncate().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 5 09:32:28 CEST 2010 - max@suse.de
|
||||
|
||||
- Bugfix release: 3.6.23.1
|
||||
* Fix a bug in the offsets() function of FTS3.
|
||||
* Fix a missing "sync" that when omitted could lead to database
|
||||
corruption if a power failure or OS crash occurred just as a
|
||||
ROLLBACK operation was finishing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
Reference in New Issue
Block a user