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:
parent
38451d9dc1
commit
eea2f95eaf
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue