Subject: | t/08create_function.t failed with SQLite 3.6.0 |
when I use DBD::SQLite::Amalgamation with SQLite 3.6.0,
t/08create_function.t failed :(
follow is patch :-P
=== t/08create_function.t
==================================================================
--- t/08create_function.t (revision 20587)
+++ t/08create_function.t (local)
@@ -44,6 +44,7 @@
return $_[0];
}
+unlink 'foo';
my $dbh = DBI->connect("dbi:SQLite:dbname=foo", "", "", { PrintError =>
0 } );
ok($dbh);