Hotfix: Fixed issue with non existent savepoint after rollback to savepoint.
After encountering StorageIntegrityError it was possible for savepoint not to exist and subsequent attempts for storing events to database failed. This patch is a hotfix, the solution is not optimal, because the create_savepoint primitive is called before and after storing event into database.
Loading
Please register or sign in to comment