Invalid SQL produced by CoreData
Invalid SQL produced by CoreData
- Subject: Invalid SQL produced by CoreData
- From: "Timothy J.Wood" <email@hidden>
- Date: Mon, 2 Oct 2006 16:47:55 -0700
I'm running into a problem where CoreData is producing bogus SQL.
I have a fairly trivial schema. I've gotten rid of all inheritance,
and deleted most of the tables. I have a few relationships, but none
are even many-to-many. When I try to associated one object with
another, I'm getting bogus SQL, though:
CoreData: sql: SELECT I.Z_PK FROM ZSOMETABLE I WHERE = 1
Logged as Radar #4761260, but I'm wondering if anyone else has hit
this problem and found a workaround. I've been able to drop a few
relationships to get rid of the problem, but also my functionality :)
-tim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden