sebastianbergmann / dbunit

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

General error: 1 no such table: information_schema.COLUMNS on Sqlite #126

Closed Trudko closed 6 years ago

Trudko commented 10 years ago

Hi, if there are no data in sqlite database code fails on line 180 in PHPUnit_Extensions_Database_DataSet_QueryTable.php.

SQLite doesn't support information_schema.COLUMNS.

There is workaround - to not have empty table, but it still problem.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.