Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 03/27/2014
Components: Language, Language, Query Functions
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: PublicBeta / 2020.0.0.318323
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 1
{code:java}
<cfscript>
qry=queryNew("a,b,c");
queryAddRow(qry);
qry.d=1; // this line is simply ignored
writedump(qry);
</cfscript>
{code}
This impacts all versions of CF from at least 9.0.1
ColdFusion must not simply ignore code it doesn't like. It either needs to process it correctly, or raise an exception.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3731421
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: