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