[Lunar-commits] <moonbase> sqlite: version bumped to 3.7.0.
Florin Braescu
florin at lunar-linux.org
Fri Jul 23 06:46:46 CEST 2010
commit e1345096abc2fb706d8e3ea146bfed5dc9ec59aa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Jul 23 07:46:46 2010 +0300
sqlite: version bumped to 3.7.0.
Changes:
- 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().
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 1a76ecc..8911a24 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.6.23.1
+ VERSION=3.7.0
SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:0f4a1390f6405b8f00ecc3694c99ba4e87b40308
+ SOURCE_VFY=sha1:5ed43977c5682908ae05eb27841e4191635a4a96
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20100401
+ UPDATED=20100723
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list