-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
fix: Prevent query->equalTo
from overriding other conditions
#510
Conversation
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #510 +/- ##
=========================================
Coverage 98.62% 98.62%
Complexity 1072 1072
=========================================
Files 38 38
Lines 3264 3264
=========================================
Hits 3219 3219
Misses 45 45
☔ View full report in Codecov by Sentry. |
query.equalTo
from overriding other conditionsquery->equalTo
from overriding other conditions
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.
Looks good!
## [2.3.1](2.3.0...2.3.1) (2023-05-13) ### Bug Fixes * Prevent `query->equalTo` from overriding other conditions ([#510](#510)) ([0fc3d8f](0fc3d8f))
🎉 This change has been released in version 2.3.1 |
New Pull Request Checklist
Issue Description
Closes: #476, #477
Approach
TODOs before merging