Still trying to debug appveyor failure

This commit is contained in:
David Puglielli 2018-03-16 23:32:11 -07:00
parent 78e4fba483
commit 7c43740557

View file

@ -200,7 +200,7 @@ if (!$stmt) {
}
// The data we test against is in values.php
for ($v = 0; $v < sizeof($values); ++$v)
for ($v = 1; $v < sizeof($values); ++$v)
{
// Each value must be inserted twice because the AE and non-AE column are side by side.
$testValues = array();