From 8682cbe79f4c8a1b56ade33880c4534676ea6cbb Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 30 Apr 2013 11:38:29 +0000 Subject: [PATCH] removed old description on pragma; show_database is not set anymore --- lib/DBD/SQLite.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index aa94c3d..342241e 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1094,9 +1094,8 @@ See L for details. 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) for you when you connect to a database. -See L for details. +these are quite useful. See L +for details. =head2 Transactions