Add Cursor.get(BufferProxy, BufferProxy, SeekOp) method by svegaxmr · Pull Request #100 · lmdbjava/lmdbjava

Conversation

@svegaxmr

necessary for code like mdb_cursor_get(m_cur_block_heights, (MDB_val *)&zerokval, &val_h, MDB_GET_BOTH)

@bp-alex

Thanks for this PR. Would you mind please providing a corresponding test case?

@svegaxmr

What is the highest version of Java that the tests can target?

@codecov-io

bp-alex added a commit that referenced this pull request

Apr 15, 2020

@bp-alex bp-alex changed the title add cursor seek for MDB_GET_BOTH Add Cursor.get(BufferProxy, BufferProxy, SeekOp) method

Apr 15, 2020

@bp-alex

Labels