Hi, I'm trying to view the select portion of a query by rendering it using
queryObject.renderSelect(queryObject,conventionObject) This is my first time trying this, and I've run into a problem - The Reactor component query.render.Query (line 161) tries to execute query.getWhere().getWhere() and throws an error. Apparently, the where object returned by query.getWhere() does not have a getWhere() method, only a getWhereCommands() method. Am I missing something here? Is there another way to see the actual SQL produced by a query object? Thanks. Bayo -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
