Re: EOQualifier Question
Re: EOQualifier Question
- Subject: Re: EOQualifier Question
- From: Art Isbell <email@hidden>
- Date: Wed, 24 Mar 2004 10:00:37 -1000
On Mar 24, 2004, at 9:17 AM, James Cicenia wrote:
I have a relationship like so:
project -->> rostermembers <<--> resource <--> user
should this work?:
args.addObject("rosterMembers.resource.tosuser");
args.addObject(thisUser);
myQualifier3 = EOQualifier.qualifierWithQualifierFormat("%@ = %@",
args);
I can't seem to get this qualifier to work..
Wondering if this is actually possible to find those projects?
Does the generated SQL look correct? If so, the data's not as you
expected. If not, the qualifier isn't correct for what you're trying
to do.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.