mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-22 17:39:52 +01:00
Added aggregate function querying and deletion querying
This commit is contained in:
@@ -31,7 +31,7 @@ import CoreData
|
||||
|
||||
internal extension NSManagedObject {
|
||||
|
||||
// MARK: - Internal
|
||||
// MARK: Internal
|
||||
|
||||
internal class func createInContext(context: NSManagedObjectContext) -> Self {
|
||||
|
||||
@@ -77,7 +77,7 @@ internal extension NSManagedObject {
|
||||
|
||||
HardcoreData.handleError(
|
||||
error ?? NSError(hardcoreDataErrorCode: .UnknownError),
|
||||
"Failed to load existing \(T.self) in context.")
|
||||
"Failed to load existing <\(T.self)> in context.")
|
||||
return nil;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user