diff --git a/test/functional/sqlsrv/sqlsrv_ae_type_conversion_select.phpt b/test/functional/sqlsrv/sqlsrv_ae_type_conversion_select.phpt index 1b12f0fa..286d7399 100644 --- a/test/functional/sqlsrv/sqlsrv_ae_type_conversion_select.phpt +++ b/test/functional/sqlsrv/sqlsrv_ae_type_conversion_select.phpt @@ -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();