From fa40ab7df7d14e8b70f0675987a60908c530fca2 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 19 Jun 2009 16:15:46 +0000 Subject: [PATCH] DBD-SQLite: added indent not to be misunderstood as two consecutive verbatim sections --- 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 ee4c978..3a1cd3c 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -863,7 +863,7 @@ There are two workarounds for this. As shown above in the C section, you can always use C to tell the type of a bind value. use DBI qw(:sql_types); # Don't forget this - + my $sth = $dbh->prepare(q{ SELECT bar FROM foo GROUP BY bar HAVING count(*) > ?; });