mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 19:31:29 +01:00
new auto-commit transaction methods
This commit is contained in:
@@ -82,7 +82,7 @@ internal extension NSManagedObjectContext {
|
||||
|
||||
for objectID in updatedObjectIDs {
|
||||
|
||||
context?.object(with: objectID).willAccessValue(forKey: nil)
|
||||
context?.registeredObject(for: objectID)?.willAccessValue(forKey: nil)
|
||||
}
|
||||
}
|
||||
context?.mergeChanges(fromContextDidSave: note)
|
||||
|
||||
Reference in New Issue
Block a user