Skip to content

Commit

Permalink
caps description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadis Kakanejadi Fard committed Feb 22, 2017
1 parent a5983ef commit 73a70da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/pdo_sqlsrv/pdo_270_fetch_binary.phpt
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 73a70da

Please sign in to comment.