From 9041109bb8f2bd9747225b7e3c4b4bdc94600ce1b1e523c43717bd4787e5f770 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 30 Jul 2010 16:20:54 +0000 Subject: [PATCH] Version 3.7.0 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=29 --- sqlite-amalgamation-3.6.23.1.tar.bz2 | 3 --- sqlite-amalgamation-3.7.0.tar.bz2 | 3 +++ sqlite-tcl.tar.bz2 | 4 ++-- sqlite3.changes | 17 +++++++++++++++++ sqlite3.spec | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 sqlite-amalgamation-3.6.23.1.tar.bz2 create mode 100644 sqlite-amalgamation-3.7.0.tar.bz2 diff --git a/sqlite-amalgamation-3.6.23.1.tar.bz2 b/sqlite-amalgamation-3.6.23.1.tar.bz2 deleted file mode 100644 index 62d7cfb..0000000 --- a/sqlite-amalgamation-3.6.23.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9caf1ba94fccef7b1fdc61139016f9b4a5fa780655e40c412f0d64b892f917b1 -size 1059450 diff --git a/sqlite-amalgamation-3.7.0.tar.bz2 b/sqlite-amalgamation-3.7.0.tar.bz2 new file mode 100644 index 0000000..e37cb24 --- /dev/null +++ b/sqlite-amalgamation-3.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8621eee92c544e490d18bdf2e84407e78b0ef64d6db3076fbad6aed363071f9b +size 1107803 diff --git a/sqlite-tcl.tar.bz2 b/sqlite-tcl.tar.bz2 index f650a68..fb9cb1e 100644 --- a/sqlite-tcl.tar.bz2 +++ b/sqlite-tcl.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0c2d97f6e092f43f972b8bfc55f05eefa9f3c036a934a3f822ac5edde448cee -size 131357 +oid sha256:03e3bd6a20db15779b6d134386260560b7662498c286d3d58d5b433ca447b378 +size 135335 diff --git a/sqlite3.changes b/sqlite3.changes index 68dddca..e95a348 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/sqlite3.spec b/sqlite3.spec index 337a33a..352a100 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -38,7 +38,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.6.23.1 +Version: 3.7.0 Release: 2 # bug437293 %ifarch ppc64