From a07e75aa65e6658e8180e261a4ee29bc5caa4f56 Mon Sep 17 00:00:00 2001 From: Adam Baratz Date: Fri, 8 May 2020 15:11:38 -0400 Subject: [PATCH] Skip test if bigint type is unsupported by active TDS version --- ext/pdo_dblib/tests/bug_73396.phpt | 1 + 1 file changed, 1 insertion(+) 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--