Skip Menu |

This queue is for tickets about the DBD-SQLite-Amalgamation CPAN distribution.

Report information
The Basics
Id: 37958
Status: new
Priority: 0/
Queue: DBD-SQLite-Amalgamation

People
Owner: Nobody in particular
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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);