From 83ca7b498b2bbaccc93df040cab9708139173e70 Mon Sep 17 00:00:00 2001 From: v-kaywon Date: Fri, 13 Oct 2017 16:00:57 -0700 Subject: [PATCH] add comment do pdo_bigint_outparam.phpt and sqlsrv_bitint_outparam.phpt --- test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt | 2 +- test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt b/test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt index 0e232694a..15234ff54 100644 --- a/test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt +++ b/test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt @@ -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 diff --git a/test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt b/test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt index a3aaf8a3b..4056e868c 100644 --- a/test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt +++ b/test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt @@ -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