sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 186 forks source link

Add support to DbUnit for Dblib database connections #125

Closed exptom closed 10 years ago

exptom commented 10 years ago

I needed a way to test code that was powered by an MS Sql Server database which is connected to via the PDO Dblib driver using FreeTDS. I have created a new dblib metadata class for this purpose.

elazar commented 10 years ago

Thanks!

exptom commented 10 years ago

Thanks elazar. Do you know when a new tagged version of dbunit is likely to be released?

elazar commented 10 years ago

I will try to get an updated changelog in place within the next few days and get Sebastian to push a new tag sometime within the next week or so.

elazar commented 10 years ago

Sorry for the delay. DbUnit 1.3.1 is out and includes this feature.