Re: Core Data - NSFetchRequest Issue

2011-01-13 Thread Jerry Krinock
On 2011 Jan 10, at 10:54, Joshua Lee Tucker wrote: > I am attempting to retrieve all of my Report objects, but when I retrieve > them, my array shows that I have also retrieved Locations objects. See -[NSFetchRequest setEntity:]. But if I recall correctly a fetch request will raise an excepti

Core Data - NSFetchRequest Issue

2011-01-13 Thread Joshua Lee Tucker
Hello, I have a small problem with NSFetchRequest. For some reason unknown to me, NSFetchRequest is not just returning my selected entity. I'll put this in context: I have two entities, one called Report and the other called Location. Report has a one-to-many relationship to Location, and I ha