1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

DBD-SQLite: added PrintError => 0

This commit is contained in:
Kenichi Ishigaki 2009-04-05 12:21:07 +00:00
parent 38451d9dc1
commit eea2f95eaf

View file

@ -9,7 +9,7 @@ BEGIN {
use Test::More tests => 3;
use t::lib::Test;
my $dbh = connect_ok( RaiseError => 1 );
my $dbh = connect_ok( RaiseError => 1, PrintError => 0 );
$dbh->do("CREATE TABLE nums (num INTEGER UNIQUE)");