mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 06:11:50 +02:00
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts: # Sources/AttributeProtocol.swift # Sources/DynamicSchema+Convenience.swift # Sources/ImportableAttributeType.swift # Sources/Relationship.swift # Sources/RelationshipProtocol.swift # Sources/Transformable.swift # Sources/Value.swift
This commit is contained in:
@@ -62,7 +62,7 @@ extension NSManagedObjectContext: FetchableSource, QueryableSource {
|
||||
|
||||
return object
|
||||
}
|
||||
return T.cs_fromRaw(object: existingRawObject)
|
||||
return type(of: object).cs_fromRaw(object: existingRawObject)
|
||||
}
|
||||
catch {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user