Won't Fix
Details
Assignee
Igal SapirIgal SapirReporter
Igal SapirIgal SapirLabels
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
Priority
New
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Igal Sapir
Igal SapirLabels
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
Priority
Created 19 November 2020 at 19:17
Updated 1 September 2021 at 14:17
Resolved 20 December 2020 at 22:08
cfqueryparam accepts an attribute `null` (boolean) which if true, add non-quoted "NULL". "DEFAULT" is a similar SQL keyword which when used should not be quoted. The enhancement would allow to write something like:
and in the passed params have
value
set withdefault=true
, which will effecively translate toSET col = DEFAULT
.