Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Bharat PatelBharat PatelPriority
MajorLabels
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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Bharat Patel
Bharat PatelPriority
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
Affects versions
Created 28 June 2017 at 13:21
Updated 30 June 2017 at 10:54
Resolved 30 June 2017 at 10:54
Recently, I notice that CFDUMP is not listing "SQL" query whenever I dump query output. FYI, I am not using RESULT attributes of CFQUERY. I directly dump query by QUERY NAME. For example, <cfdump var="#qList#" /> or <cfdump var="#qList#" metainfo="true" />.
Actually, not only SQL query but also no other meta infomation such as, execution time, record count.