mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Feature Request: ImportableUniqueObject support union primary key #153
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?
Originally created by @ondev on GitHub (Jul 24, 2017).
I have a Entity, the userId and groupId is the primary key.
How to import with ImportableUniqueObject, overwirte the uniqueIDKeyPath include the two primary key?
@JohnEstropia commented on GitHub (Jul 24, 2017):
Unfortunately, this isn't supported by ImportableUniqueObject at the moment. There's quite some refactoring needed to support this. Would you like to edit this question into a feature request?