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
Currently, oodb.Connection only has createTransaction() method, which forces the caller to either assume that there are no transaction or check for one. Would be nice to introduce enssureTransaction() which would require logic similar to Client.TxContext, counting the "depth".
The text was updated successfully, but these errors were encountered:
Currently, oodb.Connection only has
createTransaction()
method, which forces the caller to either assume that there are no transaction or check for one. Would be nice to introduceenssureTransaction()
which would require logic similar to Client.TxContext, counting the "depth".The text was updated successfully, but these errors were encountered: