-
Notifications
You must be signed in to change notification settings - Fork 44
Why is sublevel molesting my primary entries? #63
Comments
I interpret this comment by dominic to say that this is intentional, just noticed this myself. |
since v5 sublevel returns a new object, it's not the leveldb object. |
It's the fact that it's not a levelup object any more that's making sublevel much less useful for what I need, it's unpredictable and I'm finding lots of edge cases and I can't just treat it like a levelup like I used to. I know the use-cases are being expanded here but I don't tend to have a need for them, I just need a namespacing tool that's simple and predictable. |
hmm, I guess you can't please everyone: It would be helpful to know what edgecases you are encountering. |
Results in:
Unexpected and unfortunate given the pattern we've evolved of
db = sublevel(db)
. Or is this intentional now?The text was updated successfully, but these errors were encountered: