chirino / lmdbjni

A Java Native Interface to the Lightning Memory-Mapped Database (liblmdb)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeekOp is missing a constant

castortech opened this issue · comments

The following constant is missing from SeekOp:
MDB_SET Position at specified key

Thanks
Alain

I also noticed that you can use MDB_GET_CURRENT and pass a key in.

Cursor splits seek and get in what seems to be an artificial way that doesn't support the full set of operations.

I'd like to get consensus to avoid breakage in my branch.