[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.19.
Florin Braescu
florin at lunar-linux.org
Thu Oct 15 18:35:45 CEST 2009
commit 6eaa3ded1a3a58291b737ae1ac60b6b70f8d2076
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 15 19:35:45 2009 +0300
sqlite: version bumped to 3.6.19.
Changes:
Added support for foreign key constraints.
Foreign key constraints are disabled by default.
Use the foreign_keys pragma to turn them on.
Generalized the IS and IS NOT operators to take arbitrary expressions
on their right-hand side.
The TCL Interface has been enhanced to use the Non-Recursive Engine
(NRE) interface to the TCL interpreter when linked against TCL 8.6 or
later.
Fix a bug introduced in 3.6.18 that can lead to a segfault when
an attempt is made to write on a read-only database.
---
sql/sqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 0942825..2dd27f8 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
MODULE=sqlite
- VERSION=3.6.18
+ VERSION=3.6.19
SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
SOURCE_URL=http://www.sqlite.org
- SOURCE_VFY=sha1:440752ad048e5ec3394002b866eecb08ef864c3d
+ SOURCE_VFY=sha1:4cd66b3850774429d385e62c930b360ce705aa11
WEB_SITE=http://www.sqlite.org
ENTERED=20011016
- UPDATED=20090912
+ UPDATED=20091015
SHORT="An SQL engine in a C library"
cat << EOF
More information about the Lunar-commits
mailing list