[DBAL-2546] Fixed the failure of `Functional\StatementTest::testFetchLongBlob()` on pdo_sqlsrv
The test is partially skipped due to: 1. Fetching blob as binary string from pdo_sqlsrv requires using `PDOStatement::bindColumn()` and `PDOStatement::fetch(PDO::FETCH_BIND)` which are not supported by the DBAL. 2. Setting encoding on the connection level is not supported: https://msdn.microsoft.com/en-us/library/ff628164(v=sql.105).aspx
Showing
Please register or sign in to comment