sebastianbergmann / dbunit

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

TableFilter::getRowCount returns wrong count #209

Closed maiermic closed 6 years ago

maiermic commented 6 years ago

TableFilter::getRowCount returns the row count of the original table instead of the filtered table. The filtered table might have less rows than the original table.