tracker issue : CF-3731421

select a category, or use search below
(searches all categories and all time range)
Title:

CF ignores code

| View in Tracker

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:

+1, I agree that assigning a value to a non-existent query column should throw an exception (lines of code shouldn't simply be ignored)
Vote by External U.
13015 | April 22, 2014 12:26:33 PM GMT