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
Once a transaction has been created with Connection.begin it will be associated with the connection, so its implementation keeps it in a field.
It can be useful to add an accessor for it, so that we can check if a connection is in a transaction already, and to obtain the transaction without having to hang on to the connection/transaction tuple.
The text was updated successfully, but these errors were encountered:
Once a transaction has been created with
Connection.begin
it will be associated with the connection, so its implementation keeps it in a field.It can be useful to add an accessor for it, so that we can check if a connection is in a transaction already, and to obtain the transaction without having to hang on to the connection/transaction tuple.
The text was updated successfully, but these errors were encountered: