add comment do pdo_bigint_outparam.phpt and sqlsrv_bitint_outparam.phpt

This commit is contained in:
v-kaywon 2017-10-13 16:00:57 -07:00
parent b5a0d1f859
commit 83ca7b498b
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ printf("\n");
$conn->exec("TRUNCATE TABLE $tbname");
// Insert a small bigint
// Insert a random small value truncated from the bigint input
insertRow($conn, $tbname, array("c1_bigint" => 922337203));
// Call stored procedure with output

View file

@ -40,7 +40,7 @@ var_dump($bigintOut);
printf("\n");
sqlsrv_query($conn, "TRUNCATE TABLE $tbname");
// Insert a small bigint
// Insert a random small value truncated from the bigint input
AE\insertRow($conn, $tbname, array("c1_bigint" => 922337203));
// Call stored procedure with SQLSRV_PARAM_OUT