BlueDragon 7 only takes one arg for the isNull() function while Reactor's isNull function takes two. BD accepts a database field as the argument for isNull while Reactor accepts an object alias and a database field alias.
Should I change the isNull function in reactor.query.where to another name and then update all of the code that uses reactor's isNull function? I wonder how many places are dependent upon Reactor's isNull function? -Aaron On 3/6/07, Aaron Roberson <[EMAIL PROTECTED]> wrote:
I have found one run-in with Reactor on BlueDragon 7. The problem stems from the fact that BD 7 now has a isNull() function and Reactor has a isNull method in reactor.query.where on lines 177-172. -Aaron
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
