project-imas / encrypted-core-data

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

Fix for issue removing all objects from a many-to-many relationship #245

Closed idcuesta closed 8 years ago

idcuesta commented 8 years ago

Description

This is a fix for issue #244

I have added a unit test that reproduces the error with current version and then fixed it.