Re: Core Data Entity Relationship -valueForKeyPath: question

2008-06-30 Thread Jamie Phelps
You're right. Someone off list pointed me in the right direction of NSNumber's -isEqualToNumber: method. Sorry for the noise, everyone! JP On Mon, Jun 30, 2008 at 9:42 PM, Quincey Morris <[EMAIL PROTECTED]> wrote: > > On Jun 30, 2008, at 19:01, Jamie Phelps wrote: > > I have a Core Data entity I

Re: Core Data Entity Relationship -valueForKeyPath: question

2008-06-30 Thread Quincey Morris
On Jun 30, 2008, at 19:01, Jamie Phelps wrote: I have a Core Data entity Item with a relationship "transaction." (It's actually a to-many relationship. I'll adjust the key when I migrate my Core Data model.) My question is about KVC. Can anyone help me understand why the following code alw