Re: CoreData Bug? (SQLite vs XML) + isolated reproducible case

2009-10-12 Thread Ben Trumbull
Thanks for the test project. However, reviewing and fixing all compiler warnings is likely to make development a significantly less frustrating experience. We've taken to fixing (nearly) all compiler warnings, even ones we know are harmless, so we can easily find the new ones that likely

Re: CoreData Bug? (SQLite vs XML) + isolated reproducible case

2009-10-12 Thread Milen Dzhumerov
Adding an inverse does solve the problem (maybe I missed mentioning it). The reasons why I thought it was a CD bug are the following: - I don't think it's obvious from the docs that the SQLite store can't cope with relationships that have no inverses (I was told by Danny Greg that having an

Re: CoreData Bug? (SQLite vs XML) + isolated reproducible case

2009-10-10 Thread Milen Dzhumerov
Hi all, Coming back to my original question (http://www.cocoabuilder.com/archive/message/cocoa/2009/9/13/244940 ), I isolated a reproducible case whereby CoreData loses a relationship on save (only when using SQLite). Link to the sample project is included below (check out the README for an