mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-17 14:29:48 +02:00
unit test for scalar IDs for ImportableUniqueObject
This commit is contained in:
@@ -519,7 +519,7 @@ are created from `beginSynchronous(...)`. While the syntax is similar to its asy
|
||||
```swift
|
||||
CoreStore.beginSynchronous { (transaction) -> Void in
|
||||
// make changes
|
||||
transaction.commit()
|
||||
_ = transaction.commit()
|
||||
}
|
||||
```
|
||||
`transaction` above is a `SynchronousDataTransaction` instance.
|
||||
|
||||
Reference in New Issue
Block a user