On Dec 14, 2011, at 2:05 PM, Keary Suska wrote:
> On Dec 14, 2011, at 11:07 AM, Dave Reed wrote:
>
>> Here's my sorting scenario with a few more details.
>>
>> Entity A (the one I'm fetching) has a to-one relation to Entity B with
>> attribute b. Let's call the relation "tob" so my sort descri
On Dec 14, 2011, at 11:07 AM, Dave Reed wrote:
> Here's my sorting scenario with a few more details.
>
> Entity A (the one I'm fetching) has a to-one relation to Entity B with
> attribute b. Let's call the relation "tob" so my sort descriptor said
> withKey:@"tob.b" and it results of the fetch
On Dec 14, 2011, at 12:32 PM, Keary Suska wrote:
> On Dec 14, 2011, at 9:46 AM, davel...@mac.com wrote:
>
>>
>> I have a fetch request with sort descriptors that was sorting on a many-one
>> relationship (i.e., I'm fetching Entity A which has a relationship to one
>> entity B and I was trying
On Dec 14, 2011, at 9:46 AM, davel...@mac.com wrote:
>
> I have a fetch request with sort descriptors that was sorting on a many-one
> relationship (i.e., I'm fetching Entity A which has a relationship to one
> entity B and I was trying to get back the array of A entities sorted on an
> attrib
I have a fetch request with sort descriptors that was sorting on a many-one
relationship (i.e., I'm fetching Entity A which has a relationship to one
entity B and I was trying to get back the array of A entities sorted on an
attribute of B). This doesn't work using sort descriptors; however, if