Open jonasman opened 9 years ago
fix it and submit a pull request!
yeap, im thinking in an alternative way of removing the old entries, any ideas?
maybe fetching all first to AllArray, remove all entries from AllArray that came from the server delete all from this AllArray
https://github.com/magicalpanda/MagicalRecord/blob/master/Docs/Importing-Data.md
This code will create a predicate that could be too big for CoreData. The CoreData cannot handle sometimes big lists and returns this error:
If the idList is small enough it will work, but not with a big one like this. I recommend to fix the docs and suggest an alternative way of removing entries.