tdmartin102 / ajrdatabase

An OpenSource implementation of Apple's Objective-C Enterprise Objects framework
22 stars 9 forks source link

Modified relationships not detected #5

Closed tdmartin102 closed 12 years ago

tdmartin102 commented 12 years ago

When a to one or to many relationship is modified but nothing else is modified, the change is not detected or saved.

tdmartin102 commented 12 years ago

This was happening because there was absolutely no snapshotting of to-many relationships. This has been added (no small thing) and this now works.