Hi Paulo,

On Apr 29, 2008, at 5:02 PM, Paulo Filipe Andrade wrote:

Hello,

I was wondering if one can translate something like this:

select message_id from message m where creator_id = 5 AND (select count(*) from message where message.reply_to_id = m.message_id) > 0;

to an EOQualifier.

It would be wonderfull if one could write a "creator = %@ AND [EMAIL PROTECTED] > 0" :D, but obviously that doesn't work.

You can't do this with pure WO. Project Wonder and the Houdah frameworks have qualifier additions (extensions) that let you make qualifiers like this.


Chuck


Regards,

Paulo F. Andrade [EMAIL PROTECTED]
mailto: [EMAIL PROTECTED]



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to [EMAIL PROTECTED]


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects





_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to