You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, commit and rollback should consume the transaction.
Is there any reason this hasn't been done that I'm missing?
I guess it COULD be problematic if the function fails, but what are you going to do if CommitTransaction fails except log it, anyways?
The text was updated successfully, but these errors were encountered:
As far as I can tell,
commit
androllback
should consume the transaction.Is there any reason this hasn't been done that I'm missing?
I guess it COULD be problematic if the function fails, but what are you going to do if
CommitTransaction
fails except log it, anyways?The text was updated successfully, but these errors were encountered: