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(*) > ?; });