8000 problem in lmdb++.h line 1654 · Issue #30 · drycpp/lmdbxx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
problem in lmdb++.h line 1654 #30
Open
@vivipac

Description

@vivipac

in lmdb::dbi_put there is no way to put an element like :
int data[10]
lmdb::val lmdbData((void*)data, sizeof(int)*10 );
...
dbi.put(wtxn, "data", lmdbData))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0