Perfect! Thanx Joe!

I'm at the tail end of rebuilding my dev env on my MacBook Pro and
needed to make sure it wasn't something I'd broken in my system.

My Objects & Persistence code works great now!

On 6/9/06, Joe Rinehart <[EMAIL PROTECTED]> wrote:
Using latest Reactor from SVN, I think there's a bug in when it
translates field aliases to column names:  it's using the alias
instead of the name attrib in the where clause.

Doug'll actually be down here at my house later today, so I'll see if
I can get him to commit the fix.  I got it working by opening
reactor.base.AbstractGateway and
changing line 632 from:

<cfreturn arguments.Convention.formatFieldName(arguments.node.fieldAlias,
arguments.node.objectAlias) />

to:

<cfreturn arguments.Convention.formatFieldName(arguments.node.fieldName,
arguments.node.objectAlias) />

Doug'll have final call as to whether this was the right place to do
it, but it looks right to me.

-Joe




-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to