Add the DbOperationArgs set of functions, and fix bug with LMDB #62
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:db-args"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Those functions essentially do the same as their non-Args counterparts, except that they take in
Array *
s.The bug involving LMDB was mostly that
DbList
ing the root of a database didn't cut off internal data.