I very rarely use qualifier format strings, but i have a special case where I needed one, but i needed a timestamp literal in it ... turns out you can cast inside of a qualifier format string:

EOQualifier q = EOQualifier.qualifierWithQualifierFormat("date = (NSTimestamp)'2008-10-01 05:37:01 EST'", null);

You can actually cast to ANY object here, and if it's not a known type, it looks like it will call a string constructor, passing it the value. Fancy.

ms


_______________________________________________
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