Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

NSManagedObjects are 'changed' even though no changes occur #19

Closed KingOfBrian closed 9 years ago

KingOfBrian commented 10 years ago

Doing multiple imports with identical data marks all managed objects as changed, even though the 'changedValues' on the managed objects returns an empty set. Need to prevent calling willChange if the values are identical.