bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
158 stars 59 forks source link

lmdb: fix cursor.Put with empty values #141

Open wojas opened 3 years ago

wojas commented 3 years ago

Cursor.Put would write "\x00" instead of an empty value, while txn.Put would do the right thing.

Fixes #140