Re: EOQualifier Question
Re: EOQualifier Question
- Subject: Re: EOQualifier Question
- From: James Cicenia <email@hidden>
- Date: Wed, 24 Mar 2004 15:18:36 -0600
How do I flag to see the sql that is generated?
-James
On Mar 24, 2004, at 2:00 PM, Art Isbell wrote:
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.
_______________________________________________
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.