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

Split Generated FetchRequests Into Multiple Functions. #223

Closed
wants to merge 1 commit into from

Conversation

pbtura
Copy link

@pbtura pbtura commented Jul 14, 2014

Modified the generation templates to split the generated fetchRequests methods. Each fetch request method now consists of two methods. The first builds and return the NSFetchRequest object. The second executes the fetch request and return the result. This change make it possible for the user to override the fetch request generation in the 'human' version of the class.

… methods. Each fetch request method now consists of two methods. The first builds and return the NSFetchRequest object. The second executes the fetch request and return the result. This change make it possible for the user to override the fetch request generation in the 'human' version of the class.
@justin
Copy link
Collaborator

justin commented Mar 22, 2016

We are declaring pull request and issue 0 now that 1.3 is out. If this is still an issue you'd like to see address with 1.30 and going forward, please open a new issue so we can start a fresh discussion. Thank you!

@justin justin closed this Mar 22, 2016
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.

None yet

2 participants