project-imas / encrypted-core-data

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

Bug fix for faulting objects #200

Closed mengjin2015 closed 9 years ago

mengjin2015 commented 9 years ago

When there are some optional relationships, those columns corresponding to the relationships could be NULL, and therefore, the conditions for joining tables should take account into this effect.

gavin-black commented 9 years ago

@mengjin2015

Thanks for the contributions, hadn't run into that issue before. Appreciate you catching it and fixing it!

-- Gavin