-
-
Notifications
You must be signed in to change notification settings - Fork 207
feat: Add and
, nor
operators in QueryBuilder
#795
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
Conversation
add "and" and "nor" add ```_constructorInitialize``` function for handle "and" , "nor" and "or" in QueryBuilder
Thanks for opening this pull request!
|
add "and" and "nor" add ```_constructorInitialize``` function for handle "and" , "nor" and "or" in QueryBuilder
and
, nor
operators in QueryBuilder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add tests? There is also a lint issue.
Codecov ReportBase: 10.56% // Head: 11.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #795 +/- ##
==========================================
+ Coverage 10.56% 11.52% +0.96%
==========================================
Files 47 47
Lines 2840 2846 +6
==========================================
+ Hits 300 328 +28
+ Misses 2540 2518 -22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
added three tests for and, nor, or and need added to README.md? |
I don't think you need to add anything to README, what would you add? |
documentation for how to use |
Oh, if that's not there yet, it would be great if you could add it! |
README.md updated |
I will reformat the title to use the proper commit message syntax. |
and
, nor
operators in QueryBuilderand
, nor
operators in QueryBuilder
@mtrezza |
Rerunning failed tests |
What is the problem, like all the tests are passed |
Now they do, earlier they did not, probably some flaky tests. |
Changes were added |
New Pull Request Checklist
Issue Description
add
and
andnor
add
_constructorInitializer
function for handleand
,nor
andor
in QueryBuilderadd three tests for and, nor, or
Related issue: #796
Approach
The value of
and
andnor
was not present in this packageTODOs before merging