mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-19 07:54:26 +01:00
Updated Saving and processing transactions (markdown)
@@ -103,7 +103,7 @@ CoreStore.beginAsynchronous { (transaction) -> Void in
|
||||
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:
|
||||
```swift
|
||||
|
||||
Reference in New Issue
Block a user