caps description

This commit is contained in:
Hadis Kakanejadi Fard 2017-02-21 17:42:39 -08:00
parent a5983ef546
commit 73a70da397

View file

@ -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--
<?php
require_once("autonomous_setup.php");
$tableName = 'test_binary';