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
Hello!
While trying lmdb-go, I noticed that calling txn.Commit seems to invalidate txn : I got an "Invalid argument" on the next txn call (in this case, txn.Get).
When i don't call Commit, the next txn.Get is fine.
Thanx,
Sébastien.
The text was updated successfully, but these errors were encountered:
Hello!
While trying lmdb-go, I noticed that calling txn.Commit seems to invalidate txn : I got an "Invalid argument" on the next txn call (in this case, txn.Get).
When i don't call Commit, the next txn.Get is fine.
Thanx,
Sébastien.
The text was updated successfully, but these errors were encountered: