Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nontemplate version of key-only dbi::get() #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zyxxel
Copy link

@zyxxel zyxxel commented Jan 23, 2016

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.

khng300 pushed a commit to khng300/lmdbxx that referenced this pull request May 11, 2024
explicitly add <string> for std::string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant