Closed kylef closed 11 years ago
This already happens in the called method executeFetchRequestAndReturnFirstObject:inManagedObjectContext:. Having that call executeFetchRequestAndEnsureSingleObject:inManagedObjectContext is a bit redundant since the fetch limit is set to 1 beforehand but it is better than duplication.
Ahh, never noticed it was already set to 1. Thanks
We should set a limit of 1 if we're only getting one entity (performance++)