Fixed test output

This commit is contained in:
David Puglielli 2017-09-28 15:19:38 -07:00
parent 257b1cd671
commit 7315d4426a

View file

@ -58,7 +58,7 @@ $stmt = sqlsrv_query($conn, "DROP TABLE TestEmptySetTable");
$stmt = sqlsrv_query($conn, "DROP PROCEDURE TestEmptySetProc");
sqlsrv_close($conn);
?>
--EXPECT--
--EXPECTF--
Return a nonempty result set:
Array
(
@ -83,8 +83,8 @@ Array
[SQLSTATE] => HY010
[1] => 0
[code] => 0
[2] => [Microsoft][ODBC Driver Manager] Function sequence error
[message] => [Microsoft][ODBC Driver Manager] Function sequence error
[2] => [%s][ODBC Driver Manager] Function sequence error
[message] => [%s][ODBC Driver Manager] Function sequence error
)
)