QueryExecute debugging entries are not consistent with cfquery

Description

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.

Environment

Lucee with Tomcat 8 on macOS and Linux

Attachments

1
  • 26 Jan 2019, 03:49 am

Activity

Show:

Pothys - MitrahSoft 31 January 2019 at 13:27

I've analyzed this ticket & added a fix for this issue.

Pull request: https://github.com/lucee/Lucee/pull/626

Fixed

Details

Assignee

Reporter

Priority

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

Affects versions

Created 26 January 2019 at 03:47
Updated 8 May 2020 at 19:34
Resolved 16 May 2019 at 14:14

Flag notifications