sebastianbergmann / dbunit

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

Fix QueryTable error when getting metadata for an empty SQLite table #205

Closed slbteam08 closed 6 years ago

slbteam08 commented 6 years ago

Fix issue #126 by using MetaData classes

sebastianbergmann commented 6 years ago

I merged this pull request without testing it. I do not use DbUnit myself and trust the existing tests as well comments on the pull requests that this does not break anything and solves a problem.