]> granicus.if.org Git - php/commit
Add test coverage for bug #72969
authorAdam Baratz <adambaratz@php.net>
Fri, 27 Jan 2017 23:41:11 +0000 (18:41 -0500)
committerAdam Baratz <adambaratz@php.net>
Fri, 27 Jan 2017 23:47:00 +0000 (18:47 -0500)
commitf45e6364b46d40a747d183ee11cbaa5c8743a141
treea995e62888b75dc02e07a786352eaa720047fdc7
parent9e18f1d4aff855161eeb0de2f4979a2e7eff7175
Add test coverage for bug #72969

This was not an issue with pdo_dblib, but rather with FreeTDS. FreeTDS has been
fixed as of the fc820490336c50d5c175d2a15327383256add4c9 on that repo. These
tests will be skipped if a version of FreeTDS with that issue is present.

I only cleaned up this commit for pushing. For fixing the FreeTDS issue and
writing corresponding pdo_dblib tests, thanks to:
Jeff Farr <jefarr@wayfair.com>
ext/pdo_dblib/tests/batch_stmt_ins_exec.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_ins_sel_up_del.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_ins_up.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_rowcount.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_transaction.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/batch_stmt_try.phpt [new file with mode: 0644]
ext/pdo_dblib/tests/config.inc