chrbala / lmdb-leveldown

leveldown compatible binding to LMDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: You have already opened a write transaction in the current process

chrbala opened this issue · comments

Due to the workaround method of getting key ranges, iterators throw the following error: Error: You have already opened a write transaction in the current process, can't open a second one.

This issue can be fixed by Venemo/node-lmdb#116

The issue can be experienced on this branch due to the removal of pessimistic error catching.

Note that you don't need a write transaction for this.

Resolved with v0.0.3.