On 6/12/06, Christopher Bradford <[EMAIL PROTECTED]> wrote:
Thanks for pointing this out, Joe. I did run into one problem that this solution creates: the appendNode method of the order object does not use the fieldName key; rather, it uses the field key. Changing "fieldAlias" to "fieldName" in the abstractGateway causes getFieldExpression to break when it is called for an order field. I had to change the appendNode method of the order object, line 38, from:
Perfect! I posted this to ticket 19 in Reactor's Trac site. I applied this change to my local copy of reactor/query/order.cfc and it does seem to fix the problem. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
