-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Support encoding options on chained batch #633
Labels
Comments
This was referenced Dec 31, 2018
7 tasks
Really need this |
vweevers
added a commit
to Level/abstract-leveldown
that referenced
this issue
Apr 9, 2021
vweevers
added a commit
to Level/abstract-leveldown
that referenced
this issue
Apr 9, 2021
vweevers
added a commit
to Level/encoding-down
that referenced
this issue
Apr 9, 2021
vweevers
changed the title
Support encoding options (and similar) on chained batch
Support encoding options on chained batch
Apr 10, 2021
vweevers
added a commit
that referenced
this issue
Apr 17, 2021
vweevers
added a commit
that referenced
this issue
Apr 17, 2021
vweevers
added a commit
to Level/level
that referenced
this issue
Apr 17, 2021
Done |
This was referenced Apr 19, 2021
This was referenced Sep 12, 2021
This was referenced Sep 29, 2021
This was referenced Oct 24, 2021
This was referenced Jul 17, 2024
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
While we support passing
options
tochainedBatch.write()
,encoding-down
encodes keys and values beforewrite()
is called. We can keep that as-is, but should allow encoding options onchainedBatch.put()
andchainedBatch.del()
.E.g.:
chainedBatch.put(key, value, options)
.To be added to:
abstract-leveldown
: 7.0.0encoding-down
: 7.0.0levelup
: 5.0.0level
(just documentation): 7.0.0The text was updated successfully, but these errors were encountered: