mozilla/lmdb-rs

deleting from an ITER_DUP db using key and value fails

Closed this issue · 2 comments

When attempting to delete using Transaction::del passing a key and Some(val) it always returns LmdbError::NotFound

Created PR which contains a unit test for this: #18

PR #18 now fixes the bug.