Doug,

 

I found a bug with iterators on CFMX 6.1. In the reactor.interator.interator on line 435, you have the following:

 

<cfset QueryAddColumn(variables.query, "reactorRowDeleted", "Bit", deletedArray) />

 

The problem is on CFMX 6.1, the QueryAddColumn function only has 3 parameters. It doesn’t have the “datatype” parameter that exists in CFMX7. This obviously throws an error on CFMX 6.1.

 

Cedric


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

Reply via email to