mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 22:31:59 +02:00
Updated Saving and processing transactions (markdown)
@@ -103,7 +103,7 @@ CoreStore.beginAsynchronous { (transaction) -> Void in
|
|||||||
transaction.commit()
|
transaction.commit()
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
*(For more about fetching, read [Fetching and querying](#fetch_query))*
|
*(For more about fetching, read [[Fetching and querying]])*
|
||||||
|
|
||||||
**Do not update an instance that was not created/fetched from the transaction.** If you have a reference to the object already, use the transaction's `edit(...)` method to get an editable proxy instance for that object:
|
**Do not update an instance that was not created/fetched from the transaction.** If you have a reference to the object already, use the transaction's `edit(...)` method to get an editable proxy instance for that object:
|
||||||
```swift
|
```swift
|
||||||
|
|||||||
Reference in New Issue
Block a user