-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Relationship set returns empty #555
Comments
Strange, @ourdex86 do you still need help? |
Yes, I still didn't find the solution |
Same issue |
@3lvis .. Are you checking this issue ?? :( |
Hi @ourdex86! Looking at it now |
Hi @ourdex86 @ali-ehsan, There must be something strange in your implementation, I gave it a try and it works fine. 😕 |
Thanks for your support in this library. It has been a while since I used CoreData in any of my projects and it's hard for me to maintain this library. If you have been part of the Sync contributors group and want to take ownership of the library let me know to [email protected]. For now, I'll be archiving this library. |
I have created two Entities Employee & Course. And, I have a One-To-Many relationship call courses.
Here is my JSON :
[{"name":"John","age":21,"courses":[{"courseName":"Computers","courseId":506},{"courseName":"Electronics","courseId":507}]}]
With the above implementation, courses is always returning empty
The text was updated successfully, but these errors were encountered: