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
From the example in Transaction section, the transaction ends with commit or rollback. I am wondering if i should connection.release() after the transaction is commit or rollback?
if yes, where should it put it? inside function or just after this statement
From the example in Transaction section, the transaction ends with commit or rollback. I am wondering if i should connection.release() after the transaction is commit or rollback?
if yes, where should it put it? inside function or just after this statement
The text was updated successfully, but these errors were encountered: