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

[WIP] Add support for aggregate operations grouped by an attribute #634

Conversation

tonyarnold
Copy link
Contributor

Allows queries like:

NSArray* caloriesByMonth = [CTFoodDiaryEntry aggregateOperation:@"sum:" onAttribute:@"fatCalories" withPredicate:predicate groupBy:@"month"];

This supersedes #113 and #457, and requires tests before it can be merged.

  • Add tests

@ghost ghost assigned tonyarnold Jan 1, 2014
tonyarnold added a commit that referenced this pull request Apr 8, 2014
@tonyarnold tonyarnold closed this Apr 8, 2014
@tonyarnold tonyarnold deleted the feature/aggregate-groupings branch April 8, 2014 13:16
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

Successfully merging this pull request may close these issues.

1 participant