-
Notifications
You must be signed in to change notification settings - Fork 983
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
Added a pattern matching iterator to the DB #2839
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2839 +/- ##
==========================================
- Coverage 53.88% 53.82% -0.06%
==========================================
Files 308 309 +1
Lines 100154 100393 +239
==========================================
+ Hits 53967 54036 +69
- Misses 46187 46357 +170 ☔ View full report in Codecov by Sentry. |
tzemanovic
added a commit
that referenced
this pull request
Mar 8, 2024
* bat/feat/iter-pattern: [chore]: Added changelog [feat]: Added a pattern matching iterator to the db
Closed
batconjurer
force-pushed
the
bat/feat/iter-pattern
branch
2 times, most recently
from
March 8, 2024 10:07
984baf7
to
eec70a6
Compare
Co-authored-by: Tiago Carvalho <[email protected]>
Co-authored-by: Tiago Carvalho <[email protected]>
Co-authored-by: Tiago Carvalho <[email protected]>
…p.md Co-authored-by: Tomas Zemanovic <[email protected]>
brentstone
force-pushed
the
bat/feat/iter-pattern
branch
from
March 8, 2024 18:32
eec70a6
to
1242c11
Compare
brentstone
added a commit
that referenced
this pull request
Mar 8, 2024
* bat/feat/iter-pattern: fmt [chore]: Added changelog [feat]: Added a pattern matching iterator to the db
brentstone
added a commit
that referenced
this pull request
Mar 9, 2024
* origin/bat/feat/iter-pattern: fmt [chore]: Added changelog [feat]: Added a pattern matching iterator to the db
brentstone
added a commit
that referenced
this pull request
Mar 18, 2024
* origin/bat/feat/iter-pattern: fmt [chore]: Added changelog [feat]: Added a pattern matching iterator to the db
brentstone
added a commit
that referenced
this pull request
Mar 18, 2024
* origin/bat/feat/iter-pattern: fmt [chore]: Added changelog [feat]: Added a pattern matching iterator to the db
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
When iterating over key prefixes, we can additionally filter out keys based on a regex.
Indicate on which release or other PRs this topic is based on
Checklist before merging to
draft