New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow empty value in batch #48

Merged
merged 1 commit into from May 28, 2016

Conversation

Projects
None yet
3 participants
@mafintosh
Member

mafintosh commented May 28, 2016

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

@mafintosh

This comment has been minimized.

Show comment
Hide comment
@mafintosh

mafintosh May 28, 2016

Member

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

Member

mafintosh commented May 28, 2016

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

@juliangruber juliangruber merged commit e6a9821 into master May 28, 2016

1 check failed

continuous-integration/travis-ci/pr The Travis CI build failed
Details

@juliangruber juliangruber deleted the allow-empty-value-in-batch branch May 28, 2016

@nolanlawson

This comment has been minimized.

Show comment
Hide comment
@nolanlawson

nolanlawson May 30, 2016

Member

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.

Member

nolanlawson commented May 30, 2016

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

This comment has been minimized.

Show comment
Hide comment
@mafintosh

mafintosh May 30, 2016

Member

I'll open another PR with some tests.

Member

mafintosh commented May 30, 2016

I'll open another PR with some tests.

@mafintosh

This comment has been minimized.

Show comment
Hide comment
@mafintosh
Member

mafintosh commented May 30, 2016

#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment