feat(redis): add logic operators $and and $or in redis#509
Merged
JoanFM merged 18 commits intodocarray:mainfrom Sep 8, 2022
Merged
feat(redis): add logic operators $and and $or in redis#509JoanFM merged 18 commits intodocarray:mainfrom
JoanFM merged 18 commits intodocarray:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #509 +/- ##
=======================================
Coverage 86.24% 86.25%
=======================================
Files 142 142
Lines 7036 7048 +12
=======================================
+ Hits 6068 6079 +11
- Misses 968 969 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
65607c8 to
47cadce
Compare
bwanglzu
suggested changes
Sep 2, 2022
bwanglzu
left a comment
There was a problem hiding this comment.
some minor comments, please always use single quote.
JoanFM
requested changes
Sep 6, 2022
Member
JoanFM
left a comment
There was a problem hiding this comment.
Wait for merging PR where column types is set to Dict
alaeddine-13
reviewed
Sep 6, 2022
JoanFM
approved these changes
Sep 8, 2022
This file contains hidden or 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
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.
This PR will support logic operators $and and $or in redis according to #501