project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Can not fetch objects if there is no inverse relationship in entity. #275

Open lionjohn opened 7 years ago

lionjohn commented 7 years ago

Entity A & B, A has a relationship which destination is B, but there is no inverse. If I fetch a entity from A table. the relationship object will not be fetched together since there is no inverse.

But coredata itself is ok. coredata allows user to set relationship to no inverse. could you help to confirm and fix this issue? Thanks.

Dennis-Cl commented 7 years ago

I also encountered the same problem. Please help to fix this issue.

aliakhtar49 commented 6 years ago

Any update on this issue ?

pratap511 commented 4 years ago

Can you please help out on this issue?