[PR #275] [MERGED] Fix queue validation for UnsafeDataTransaction #484

Closed
opened 2025-12-29 15:32:33 +01:00 by adam · 0 comments
Owner

📋 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: developHead: fix_queueing


📝 Commits (1)

  • 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>
adam added the pull-request label 2025-12-29 15:32:33 +01:00
adam closed this issue 2025-12-29 15:32:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#484