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

includesPendingChanges with MR_findAllWithPredicate ? #1326

Open
JimmyYezeguelian opened this issue Dec 4, 2017 · 0 comments
Open

includesPendingChanges with MR_findAllWithPredicate ? #1326

JimmyYezeguelian opened this issue Dec 4, 2017 · 0 comments
Labels

Comments

@JimmyYezeguelian
Copy link

Hi, I'm wondering if when retrying objects with: MR_findAllWithPredicate:, includesPendingChanges was activated ?

I've make another method using:

NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] initWithEntityName:[Entity MR_entityName]];
fetchRequest.includesPendingChanges = YES;
fetchRequest.predicate = [NSPredicate predicateWithFormat:@"issueId == %@", issueId];
NSArray *array = [Entity MR_executeFetchRequest:fetchRequest];

Thanks you in advance.

@JimmyYezeguelian JimmyYezeguelian changed the title includesPendingChanges includesPendingChanges with MR_findAllWithPredicate ? Dec 4, 2017
@Coeur Coeur added the Support label Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants