From 73a70da3973b6f24842d75438c3fccb918a7934e Mon Sep 17 00:00:00 2001 From: Hadis Kakanejadi Fard Date: Tue, 21 Feb 2017 17:42:39 -0800 Subject: [PATCH] caps description --- test/pdo_sqlsrv/pdo_270_fetch_binary.phpt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt index ddb60fe9..19079504 100644 --- a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt +++ b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt @@ -1,14 +1,12 @@ --TEST-- Test fetch from binary, varbinary, varbinary(max), image columns, without setting binary encoding. ---Description-- +--DESCRIPTION-- Verifies GitHub issue 270 is fixed, users could not retrieve the data as inserted in binary columns without setting the binary encoding either on stmt or using bindCoulmn encoding. This test versifies that the data inserted in binary columns can be retrieved using fetch, fetchColumn, fetchObject, and fetchALL functions. --FILE--