I am getting an error with a SQL store that I am not with an XML
store, and I want to know whether the behavioral difference is a bug
worth filing.
I have a custom subclass of an entity in my Core Data object model.
It has a method that returns a computed property. That property is
not a part of the object model, but adding it as a transient
attribute did not make a difference. I wanted to do a fetch, ordered
by this attribute.
The reason is clear - CD does not have the needed information to do
the orderBy on the server. The workaround was to do the sort post
fetch. The following works:
I would have expected the code to fail in the same way for both
stores. (I ended up surprised when I did a saveAs and the broken
code showed that it was broken.)
Is this worth filing?
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden