Skip to content

0.8.12

Compare
Choose a tag to compare
@ilyalukyanov ilyalukyanov released this 31 Jan 04:37
· 242 commits to master since this release
  • Implemented mdb_set_compare and mdb_set_dupsort
  • Implemented cursor operations: multiple put, get multiple, move next multiple
  • DatabaseOpenFlags.DuplicatesFixed now include DuplicatesSort by default
  • MoveNextDuplicate and MovePrevDuplicate now return only value
  • Actualised CursorPutOptions and PutOptions
  • Added missing to-bytes converters
  • API improvements and changes