Skip to content
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

RBQFetchedRequest support for Properties to Group By #109

Open
afinlayson opened this issue Sep 17, 2016 · 0 comments
Open

RBQFetchedRequest support for Properties to Group By #109

afinlayson opened this issue Sep 17, 2016 · 0 comments

Comments

@afinlayson
Copy link

From NSFetchRequest:
/* Specifies the way in which data should be grouped before a select statement is run in an SQL database.
Values passed to propertiesToGroupBy must be NSPropertyDescriptions, NSExpressionDescriptions, or keypath strings; keypaths can not contain
any to-many steps.
If GROUP BY is used, then you must set the resultsType to NSDictionaryResultsType, and the SELECT values must be literals, aggregates,
or columns specified in the GROUP BY. Aggregates will operate on the groups specified in the GROUP BY rather than the whole table. */
@Property (nullable, nonatomic, copy) NSArray *propertiesToGroupBy NS_AVAILABLE(10_7, 5_0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant