Add attribute default [true/false] to cfqueryparam

Description

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 with default=true, which will effecively translate to SET col = DEFAULT.

Activity

Show:

Igal Sapir 20 December 2020 at 22:08

Closing this as Won't Fix as JDBC does not provide for it and it seems too hacky to substitute this in the text

Won't Fix

Details

Assignee

Reporter

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