Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Simon WrightSimon WrightPriority
MinorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Simon Wright
Simon WrightPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 26 January 2019 at 03:47
Updated 8 May 2020 at 19:34
Resolved 16 May 2019 at 14:14
If you run this:
<cfscript> a=QueryExecute("select 1"); </cfscript> <cfquery name="b"> select 1 </cfquery>
then the debug output for each is different—specifically, the debugging.queries.src contains different values—for QueryExecute it's the web path; for CFQUERY it's an expanded file system path.