-
-
Notifications
You must be signed in to change notification settings - Fork 214
fix: Query conditions inQuery and notInQuery not working properly
#869
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: Query conditions inQuery and notInQuery not working properly
#869
Conversation
Thanks for opening this pull request!
|
_buildQueryRelational function unused "," value in inQuery and notInQuery function_buildQueryRelational function unused "," value in inQuery and notInQuery function
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #869 +/- ##
=========================================
Coverage ? 39.13%
=========================================
Files ? 56
Lines ? 3278
Branches ? 0
=========================================
Hits ? 1283
Misses ? 1995
Partials ? 0
☔ View full report in Codecov by Sentry. |
|
Is this ready for review? |
Yes, it is ready for review |
|
Can you add a test to ensure that this does not happen again? |
Yes, sure |
|
@mtrezza |
See #874 and #872 (comment) |
# Conflicts: # packages/dart/test/src/network/parse_query_test.dart
Nidal-Bakir
left a comment
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.
Thanks
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, could you just rephrase the PR title, it seems to describe the technical solution instead of the bug that is fixed by this PR; so that we have a meaningful changelog entry
_buildQueryRelational function unused "," value in inQuery and notInQuery functioninQuery and notInQuery function in Parse query
I changed |
inQuery and notInQuery function in Parse queryinQuery and notInQuery function bug in Parse query
inQuery and notInQuery function bug in Parse queryinQuery and notInQuery now working properly
inQuery and notInQuery now working properlyinQuery and notInQuery not working properly
mtrezza
left a comment
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 a changelog entry?
added |
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! Waiting for CI...
New Pull Request Checklist
Issue Description
There was an unused "," value in the _buildQueryRelational function
Closes: #849
Approach
n/a
TODOs before merging