[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.8.
Florin Braescu
florin at lunar-linux.org
Tue Jan 13 02:29:01 CET 2009
commit d3a3fe55d1ec865a24c76ec69b486de52c328fb2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 13 03:29:01 2009 +0200
sqlite: version bumped to 3.6.8.
Changes:
Added support for nested transactions
Enhanced the query optimizer so that it is able to use multiple indices
to efficiently process OR-connected constraints in a WHERE clause.
Added support for parentheses in FTS3 query patterns using the
SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index fab6847..21308fd 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.6.7
+ VERSION=3.6.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:e10153370f1de73337abb2eb17caac77a08ba8d6
+ SOURCE_VFY=sha1:f77a6ed979de212f5d632c65b1eb08fed91da516
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20081217
+ UPDATED=20090113
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list