-
-
Notifications
You must be signed in to change notification settings - Fork 873
add includeKeys convenience to PFQuery #765
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
I think it is, indeed.
Let me know if you need help with any of these. |
Sorry about not thinking to do all of that myself 😬. Haven't done much Objective-C in about 18 months. I'll make those changes in the next couple days and ping you when I think it's ready to go 👌 |
@nlutsenko would you like me to also squash all of my commits? |
Yes, please. |
Parse/PFQuery.h
Outdated
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.
Nit: PFObject
s
A single nit, otherwise looks great! |
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.
added a "`" to the docs for includeKey as well
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.
Nice catch, thank you!
Thought this was a useful method add NSString type annotation + includeKeys to PFQuery header add includeKeys:NSArray<NSString> to PFMutableQueryState update PFQuery includeKeys to use internal state method update NSString => NSString * PFObjects -> `PFObject`s
add includeKeys convenience to PFQuery
Thought this was a useful method