Open zyxxel opened 8 years ago
The templated version of key-only dbi::get() doesn't work with lmdb::val keys, since it packs the raw binar lmdb::val data into a second lmdb::val.
The current template methods are only safe with native C non-pointer data types.
The templated version of key-only dbi::get() doesn't work with lmdb::val keys, since it packs the raw binar lmdb::val data into a second lmdb::val.
The current template methods are only safe with native C non-pointer data types.