We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d36e5d + 55f516d commit 9629d7cCopy full SHA for 9629d7c
MTLManagedObjectAdapter/MTLManagedObjectAdapter.m
@@ -751,7 +751,7 @@ - (NSDictionary *)valueTransformersForModelClass:(Class)modelClass {
751
transformer = [self.class transformerForModelPropertiesOfClass:attributes->objectClass];
752
}
753
754
- if (transformer == nil && attributes->type != NULL) {
+ if (transformer == nil) {
755
transformer = [self.class transformerForModelPropertiesOfObjCType:attributes->type];
756
757
0 commit comments