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
I think, my assumption is wrong, because if I run transaction.start() it doubles in connection's transaction stack, so when I will commit it, one instance of it will still be there in transaction stack, and that may cause further problems.
So the example in databases documentation is correct.
The database help suggests the following way to use the low-level transaction API:
But if I try to use this code as is, I guess, the created transaction is not started. So, maybe, we have to start it explicitly as follows?
Please confirm or deny my assumption.
The text was updated successfully, but these errors were encountered: