Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

allow empty value in batch #48

Closed mafintosh closed 8 years ago

mafintosh commented 8 years ago

This PR allows for empty values in batches. Regular leveldown supports this and this is already supported using .put.

mafintosh commented 8 years ago

fyi, the two failing tests were already failing before this pr

nolanlawson commented 8 years ago

This really ought to have tests to check the new behavior, but I understand the existing tests are already failing. I'll look into this.

mafintosh commented 8 years ago

I'll open another PR with some tests.

mafintosh commented 8 years ago

https://github.com/Level/memdown/pull/49