mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: made it clearer the first insert failure is intentional and expected
This commit is contained in:
parent
9750059197
commit
445517aca7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ foreach my $call_func (@CALL_FUNCS) {
|
||||||
};
|
};
|
||||||
ok($@);
|
ok($@);
|
||||||
if ($@) {
|
if ($@) {
|
||||||
print "# insert failed : $@";
|
print "# expected insert failure : $@";
|
||||||
$dbh2->rollback;
|
$dbh2->rollback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue