[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.18.
Florin Braescu
florin at lunar-linux.org
Sat Sep 12 11:06:21 CEST 2009
commit 3a2af60cdc1a9305497ba83fc25f728c4350a754
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Sep 12 12:06:21 2009 +0300
sqlite: version bumped to 3.6.18.
Query planner enhancements.
Recursive triggers can be enabled using the PRAGMA recursive_triggers statement.
Delete triggers fire when rows are removed due to a REPLACE conflict resolution.
This feature is only enabled when recursive triggers are enabled.
Obscure bug fix on triggers.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 96776c0..0942825 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.6.17
+ VERSION=3.6.18
SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:8de30d82f38012cb2fbee1c6a1be0d8615d483b2
+ SOURCE_VFY=sha1:440752ad048e5ec3394002b866eecb08ef864c3d
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20090811
+ UPDATED=20090912
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list