wrong ProjectionNotFound exception on resetProjection
oqq opened this issue · comments
Eric Braun commented
If I run MySqlProjectionManager::resetProjection
on a projection which has the status 'resetting', this method would throw a ProjectionNotFound exception.
This occurs probably since $statement->rowCount()
would also return 0 if no row was changed at all.
Maybe also true for Postgres and MariaDB and of course other methods like stop
and delete
.
Sascha-Oliver Prolić commented
confirmed bug in MySQL and MariaDB, no problem with Postgres
Sascha-Oliver Prolić commented
working on a fix...