deleting from an ITER_DUP db using key and value fails
Closed this issue · 2 comments
rrichardson commented
When attempting to delete using Transaction::del
passing a key and Some(val) it always returns LmdbError::NotFound
rrichardson commented
Created PR which contains a unit test for this: #18
rrichardson commented
PR #18 now fixes the bug.