Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 02/12/2016
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final / 303807
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Duplicate ID: CF-4137970
queryNew() does not respect column type
Repro:
<cfscript>
q = queryNew("foo", "integer", [["bar"]]);
writeDump(q);
</cfscript>
Actual result: "bar" is set into integer column
Expected result: exception "Invalid data bar for CFSQLTYPE CF_SQL_INTEGER"
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4117243
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: