I have a need to sort the objects in ascending order with NULL first. I am using Oracle 10g and it support an SQL option to do just that.
order by shipDate nulls first.

The question is how is the best way to get WO to allow me to use this oracle feature. I looked at overriding the EOSortOrdering to create my own. Not clear on where the SQL is generated. Any suggestions would be appreciated. I have too many records to do it internally. I have looked at doing rawRowsForSQL and then convert the objects to EO. That solution will cause me some problems in another area. Any other suggestion would be very much appreciated.

David

_______________________________________________
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