Closed Michalau closed 6 years ago
Commit transaction doesnt work after rollback of different transaction
Database.BeginTranscation
Transaction.Rollback
_transactionHelper.EndTransaction(false)
_canCommit
Transaction.Commit
Second transaction should be commited.
Transaction is not commited and it is still open.
Library name and version
Description
Commit transaction doesnt work after rollback of different transaction
Steps To Reproduce
Database.BeginTranscation
Transaction.Rollback
It calls_transactionHelper.EndTransaction(false)
. EndTransaction set_canCommit
to false.Database.BeginTranscation
and then callTransaction.Commit
.Expected behavior
Second transaction should be commited.
Actual behavior
Transaction is not commited and it is still open.