Ticket #8 (closed defect: fixed)
QueryAddColumn uses too many parameters
| Reported by: | cedric@… | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | low |
| Milestone: | Beta Candidate 2 (BC2) | Component: | Reactor Samples - Contact Manager |
| Version: | Severity: | trivial | |
| Keywords: | iterator 6.1 | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.

