Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / Aaron Neff (External User)
Created: 03/09/2016
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: RC1_v12 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
duplicate() not including rows/columns of cached queries
Repro:
<cfscript>
q = queryNew("foo", "varchar", [["bar"]]);
q2 = queryExecute("SELECT * FROM q", [], {dbtype="query", cachedwithin=createTimeSpan(0,0,0,10)});
q3 = duplicate(q2);
writeDump(q3);
q4 = queryExecute("SELECT * FROM art WHERE artID = 1", [], {datasource="cfartgallery", cachedwithin=createTimeSpan(0,0,0,10)});
q5 = duplicate(q4);
writeDump(q5);
</cfscript>
Actual result: The duplicated queries have 0-rows/0-columns
Expected result: The duplicated queries have all rows and columns
Workaround: None; Uninstall CF2016 and revert to CF11
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126391
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: