mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 14:06:53 +01:00
fix rare duplication of uniqueID values during import when an import candidate is added by a previous insertion block
This commit is contained in:
@@ -53,7 +53,7 @@ import CoreData
|
||||
)
|
||||
```
|
||||
*/
|
||||
public protocol ImportableUniqueObject: ImportableObject {
|
||||
public protocol ImportableUniqueObject: ImportableObject, Hashable {
|
||||
|
||||
/**
|
||||
The data type for the entity's unique ID attribute
|
||||
|
||||
Reference in New Issue
Block a user