4d4b02d Fix queue validation for UnsafeDataTransaction
📊 Changes
1 file changed (+9 additions, -9 deletions)
View changed files
📝Sources/BaseDataTransaction.swift (+9 -9)
📄 Description
When trying to access insertedObjects, deletedObjects, updatedObjects from an UnsafeDataTransaction i get a crash related to invalid queue. I assume this was a typo during refactoring.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/JohnEstropia/CoreStore/pull/275
**Author:** [@DmitrijMaz](https://github.com/DmitrijMaz)
**Created:** 10/10/2018
**Status:** ✅ Merged
**Merged:** 12/5/2018
**Merged by:** [@JohnEstropia](https://github.com/JohnEstropia)
**Base:** `develop` ← **Head:** `fix_queueing`
---
### 📝 Commits (1)
- [`4d4b02d`](https://github.com/JohnEstropia/CoreStore/commit/4d4b02d0760f1ac27727cefcb2e5b9f34a258475) Fix queue validation for UnsafeDataTransaction
### 📊 Changes
**1 file changed** (+9 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `Sources/BaseDataTransaction.swift` (+9 -9)
</details>
### 📄 Description
When trying to access `insertedObjects`, `deletedObjects`, `updatedObjects` from an `UnsafeDataTransaction` i get a crash related to invalid queue. I assume this was a typo during refactoring.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/275
Author: @DmitrijMaz
Created: 10/10/2018
Status: ✅ Merged
Merged: 12/5/2018
Merged by: @JohnEstropia
Base:
develop← Head:fix_queueing📝 Commits (1)
4d4b02dFix queue validation for UnsafeDataTransaction📊 Changes
1 file changed (+9 additions, -9 deletions)
View changed files
📝
Sources/BaseDataTransaction.swift(+9 -9)📄 Description
When trying to access
insertedObjects,deletedObjects,updatedObjectsfrom anUnsafeDataTransactioni get a crash related to invalid queue. I assume this was a typo during refactoring.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.