The below exception is thrown on the iPhone simulator when attempting to save a Core Data SQLite store after deleting existing records using [managedObjectContext deleteObject:object];
NSInternalInconsistencyException, reason: binding not implemented for this SQLType 7
The entity for the records being deleted consists of just strings, ints, bools, and doubles. This is only an intermittent problem.
What does this error mean?