Title:
debugging data displays "ExecuteQuery" as query name when using cfscript queryExecute()
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Chris D / Chris D ()
Created: 11/13/2017
Components: Debugging, General
Versions: 2016,11.0,2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: CF11, Update 13 / 307711
Priority/Frequency: Normal / Some users will encounter
Locale/System: / Win 2012 Server x64
Vote Count: 0
Problem Description:
Debugging data displays "ExecuteQuery" as query/variable name when using cfscript queryExecute().
Steps to Reproduce:
See https://stackoverflow.com/questions/26254498/how-to-set-debug-output-query-name-using-queryexecute
Actual Result:
debug output shows "ExecuteQuery" as query name -- see the second screenshot at: https://stackoverflow.com/questions/26254498/how-to-set-debug-output-query-name-using-queryexecute
Expected Result:
I expect the query name "qryTest" to display in debugging output rather than "ExecuteQuery" for every query run.
Any Workarounds:
None that I know of.
Attachments:
Comments: