From: Adam Baratz Date: Fri, 8 May 2020 19:11:38 +0000 (-0400) Subject: Skip test if bigint type is unsupported by active TDS version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a07e75aa65e6658e8180e261a4ee29bc5caa4f56;p=php Skip test if bigint type is unsupported by active TDS version --- diff --git a/ext/pdo_dblib/tests/bug_73396.phpt b/ext/pdo_dblib/tests/bug_73396.phpt index 86ad59f43f..4ef77d8c9f 100644 --- a/ext/pdo_dblib/tests/bug_73396.phpt +++ b/ext/pdo_dblib/tests/bug_73396.phpt @@ -4,6 +4,7 @@ PDO_DBLIB: bigint columns are returned as strings getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0'])) die('skip bigint type is unsupported by active TDS version'); ?> --FILE--