mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #275] [MERGED] Fix queue validation for UnsafeDataTransaction #484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.