Closed
Details
Assignee
Michael OffnerMichael OffnerReporter
Andrew BollingtonAndrew BollingtonPriority
NewNew 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
Michael Offner
Michael OffnerReporter
Andrew Bollington
Andrew BollingtonPriority
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 14 April 2020 at 20:44
Updated 17 April 2020 at 14:34
Resolved 17 April 2020 at 14:34
If "Variable Usage in Queries" is set to "Throw an Exception" in Lucee Admin, then the following query still executes:
<CFQUERY name="test" datasource="x">
select * from test
where A = "#url.tmp#"
</CFQUERY>