Pdo\Mysql::ATTR_USE_BUFFERED_QUERY in Webfactory\Slimdump\Database\Dumper.php appears in the output and causes the dump to be partially unusuable.
In general I think this should be address with a custom error handler, that outputs all errors to stderr.
What do you think.
I will create a PR for the PDO issue but the error handler can be the ultimate discussion in this issue.
As a workaroung people could do this:
php -ddisplay_errors=stderr vendor/bin/slimdump ...
Pdo\Mysql::ATTR_USE_BUFFERED_QUERY in Webfactory\Slimdump\Database\Dumper.phpappears in the output and causes the dump to be partially unusuable.In general I think this should be address with a custom error handler, that outputs all errors to stderr.
What do you think.
I will create a PR for the PDO issue but the error handler can be the ultimate discussion in this issue.
As a workaroung people could do this: