Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Remove use of save-points for projections
see neos/neos-development-collection#5321 (comment) the save-point will only be used for REAL projection errors now and never rolled back if catchup errors occur. With that change in code the save-points are less important because a real projection error should better be thrown at the start before any statements, and even if some statements were issued and a full rollback is done its unlikely that a reactivateSubscription helps that case. Instead, to repair projections you should replay
- Loading branch information