-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Milestone
Description
Unsupported C functions:
-
mdb_env_get_fd*(Implement Env.FD() method returning an open file description #3) - mdb_env_set_userctx*/mdb_env_get_userctx*
- See comment below.
- Why not put a field in the
Env
struct instead to avoid cgo call overhead?
-
mdb_env_set_assert*(wontfix) - mdb_set_compare**/mdb_set_dupsort** and mdb_cmp/mdb_dcmp (Support for
mdb_set_compare
andmdb_set_dupsort
. #12)(lmdb: limited support for mdb_set_compare and mdb_set_dupsort #61) - mdb_set_relfunc*/mdb_set_relctx*
- See comment.
* -- It's currently unclear what benefits this brings
** -- If this can be achieved it will not be trivial for users to instrument
Unusable flags:
-
MDB_INTEGERKEY
/MDB_INTEGERDUP
(lmdb: Support integer flags (MDB_INTEGERKEY/MDB_INTEGERDUP) #11)
Dr-Terrible and bmatsuo
Metadata
Metadata
Assignees
Labels
No labels