Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Aaron Martone / Aaron Martone (Aegis Kleais)
Created: 12/18/2013
Components: Core Runtime
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Duplicate ID: CF-3556076
Problem Description: When inside a <cfloop> with a query attribute and value, performing an isNull check on fields of the query results in an incorrect response, ie isNull( fieldName ). However, when providing a full value like isNull( queryName.fieldName ), the proper response is returned.
Steps to Reproduce: <cfquery name="queryName" datasource="datasource">Select * From Table</cfquery><cfloop query="queryName">#isNull( fieldName )#</cfloop>
Actual Result: YES
Expected Result: NO
Any Workarounds: None
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3686032
External Customer Info:
External Company:
External Customer Name: Aegis Kleais
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: