From 6f7f79e12b69d56633229ab9a07c2b99bda2c069 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 11 Dec 2011 17:23:28 +0000 Subject: [PATCH] Sqlite -> SQLite --- lib/DBD/SQLite.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 93601d4..c35cb69 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1533,7 +1533,7 @@ library is old or compiled with SQLITE_OMIT_COMPILEOPTION_DIAGS. A subset of SQLite C constants are made available to Perl, because they may be needed when writing hooks or authorizer callbacks. For accessing such constants, -the C module must be explicitly Cd at compile +the C module must be explicitly Cd at compile time. For example, an authorizer that forbids any DELETE operation would be written as follows : @@ -1863,7 +1863,7 @@ discard punctuation, use the perl tokenizer as explained below. =head3 Perl tokenizers -In addition to the builtin SQLite tokenizers, C +In addition to the builtin SQLite tokenizers, C implements a I tokenizer, that can hook to any tokenizing algorithm written in Perl. This is specified as follows :