ColdFusion MX 6.1: Hot Fix for CFQUERY/CFQUERYPARAM
This hot fix addresses the following issues with CFQUERY and CFQUERYPARAM in ColdFusion MX 6.1:
- Issue 53852 - When a string expression is evaluated inside a CFQUERY tag, each single quote character is escaped to two single quotes. In certain cases, such as when complex CFML expressions are evaluated in a CFQUERY tag especially within a CFLOOP, the single quotes may be repeatedly escaped.
- Issue 52305 - Function calls inside a CFQUERYPARAM will result in all single quotes being doubled.
ColdFusion MX 6.1: Hot Fix for CFQUERY/CFQUERYPARAM