From c1cb6d08443b736df7863fe381eb878058ac8007 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 21 Oct 2009 02:21:10 +0000 Subject: [PATCH] DBD::SQLite: updated Changes --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 981da36..0785ec6 100644 --- a/Changes +++ b/Changes @@ -5,9 +5,16 @@ Changes for Perl extension DBD-SQLite - Removed undocumented (and most probably unused) reset method from a statement handle (which was only accessible via func().) Simply use "$sth->finish" instead. (ISHIGAKI) + - Now DBD::SQLite supports foreign key constraints by default. + Long-ignored foreign keys (typically written for other DB + engines) will start working. If you don't want this feature, + issue a pragma to disable foreign keys. (ISHIGAKI) - You can see file/line info while tracing even if you compile with a non-gcc compiler. (ISHIGAKI) + - Major code refactoring. (ISHIGAKI) + - Pod reorganized, and some of the missing bits (including + pragma) are added. (ISHIGAKI) 1.26_05 Thu 15 Oct 2009 - Updated to SQLite 3.6.19 (ISHIGAKI)