This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: