We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f08039 commit f4e3a3fCopy full SHA for f4e3a3f
t/35prepare.t
@@ -64,7 +64,7 @@ for (my $i = 0 ; $i < 10; $i++)
64
# save these values for later testing
65
$testInsertVals->{$i}= $random_chars;
66
ok($rows= $sth->execute($i, $random_chars), "Testing insert row");
67
- ok($rows= 1, "Should have inserted one row");
+ is($rows, 1, "Should have inserted one row");
68
}
69
70
ok($sth= $dbh->prepare("SELECT * FROM dbd_mysql_t35prepare WHERE id = ? OR id = ?"),
0 commit comments