wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
530 stars 75 forks source link

seek() on PrefixedDB iterator is broken #15

Closed wbolster closed 11 years ago

wbolster commented 11 years ago

The .seek() method on a PrefixedDB iterator does not take the db prefix into account.