mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-27 22:41:10 +08:00
Rev docs referencing primaryKey as opposed to identificationAttributes
This commit is contained in:
@@ -154,7 +154,7 @@ extern NSString * const RKObjectMappingNestingAttributeKeyName;
|
||||
NSDictionary *entityIdentifierAttributes = RKEntityIdentificationAttributesForEntityMappingWithRepresentation(entityMapping, representation);
|
||||
if (! self.managedObjectCache) {
|
||||
RKLogWarning(@"Performing managed object mapping with a nil managed object cache:\n"
|
||||
"Unable to update existing object instances by primary key. Duplicate objects may be created.");
|
||||
"Unable to update existing object instances by identification attributes. Duplicate objects may be created.");
|
||||
}
|
||||
|
||||
// If we have found the entity identifier attributes, try to find an existing instance to update
|
||||
|
||||
Reference in New Issue
Block a user