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:
John Estropia
2017-06-23 12:43:03 +09:00
16 changed files with 561 additions and 355 deletions

View File

@@ -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
}