-
-
Notifications
You must be signed in to change notification settings - Fork 878
feat: Add support for compound AND queries with PFQuery.andQueryWithSubqueries
#1733
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
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1733 +/- ##
==========================================
+ Coverage 78.17% 84.25% +6.08%
==========================================
Files 307 248 -59
Lines 36879 30394 -6485
==========================================
- Hits 28829 25609 -3220
+ Misses 8050 4785 -3265
☔ View full report in Codecov by Sentry. |
And
Queriesand
queries with PFQuery.andQueryWithSubqueries
and
queries with PFQuery.andQueryWithSubqueries
PFQuery.andQueryWithSubqueries
PFQuery.andQueryWithSubqueries
PFQuery.andQueryWithSubqueries
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.6.0](2.5.0...2.6.0) (2023-07-14) ### Features * Add support for compound AND queries with `PFQuery.andQueryWithSubqueries` ([#1733](#1733)) ([bd09fe4](bd09fe4))
🎉 This change has been released in version 2.6.0 |
New Pull Request Checklist
Issue Description
Similar functionality to
PFQuery orWithSubqueries
. Adds live query support for$and
Ref: parse-community/Parse-SDK-JS#367
Closes: n/a