Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX MR_importFromObject when primaryAttribute type mismatch #1231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ansinyutin
Copy link

when importing json with "uid" property of type - NSString
to NSManagedObject with primaryAttribute "uid" of type - NSNumber
MR_importFromObject creates duplicate of already existing object

when importing json with "uid" property of type - NSString
to NSManagedObject with primaryAttribute "uid" of type - NSNumber
MR_importFromObject creates duplicate of already existing object
@Coeur
Copy link
Collaborator

Coeur commented Jun 22, 2019

Please provide a unit test that demonstrates the issue, thank you.

@Coeur Coeur removed their assignment Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants