Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders

# Conflicts:
#	Sources/NSManagedObjectContext+Querying.swift
This commit is contained in:
John Rommel Estropia
2017-08-16 21:09:09 +09:00
5 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ extension NSManagedObjectContext: FetchableSource, QueryableSource {
return object
}
return D.cs_fromRaw(object: existingRawObject)
return type(of: object).cs_fromRaw(object: existingRawObject)
}
catch {