mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 15:07:00 +01:00
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts: # CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift # Sources/Value.swift
This commit is contained in:
@@ -158,6 +158,10 @@ public final class SynchronousDataTransaction: BaseDataTransaction {
|
||||
self.isCommitted = true
|
||||
let result = self.context.saveSynchronously(waitForMerge: waitForMerge)
|
||||
self.result = result
|
||||
defer {
|
||||
|
||||
self.context.reset()
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user