sebastianbergmann / dbunit

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

refs https://github.com/sebastianbergmann/dbunit/issues/41 #185

Closed amberasaurus closed 6 years ago

amberasaurus commented 7 years ago

Change 'truncate table' to 'delete from' Change USER_TAB_COLUMNS to ALL_TAB_COLUMNS to prevent issue when using xml fixture file that references tables with schema names, such as 'schema.table'.

sebastianbergmann commented 6 years ago

This branch has conflicts that must be resolved.