From 09e7f2d4f8920f2e6b5532ad26c64cf29cfdef8a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 1 Jan 2010 12:42:08 +0000 Subject: [PATCH] foreign_keys pragma is not set by default now --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 393127a..49aa361 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -772,7 +772,7 @@ SQLite has a set of "Pragma"s to modifiy its operation or to query for its internal data. These are specific to SQLite and are not likely to work with other DBD libraries, but you may find some of these are quite useful. DBD::SQLite actually sets some (like -C above) for you when you connect to a database. +C) for you when you connect to a database. See L for details. =head2 Transactions