Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Charles RobertsonCharles RobertsonPriority
NewLabels
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
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Charles Robertson
Charles RobertsonPriority
Labels
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
Created 20 July 2023 at 09:55
Updated 21 July 2023 at 10:29
Resolved 21 July 2023 at 10:29
Lucee treats empty strings as NULL for the CHAR type in cfprocparam
Lucee treats empty strings, inside the CHAR CF SQL type of the cfprocparam tag, as:
Lucee treats empty strings, inside the VARCHAR CF SQL type of the cfprocparam tag, as:
If you wish to follow the way ACF treats NULLs, in relation to SQL, please use the VARCHAR
Example:
Change to:
https://github.com/lucee/Lucee/blob/5c70608c5bf4b474f20029bc24d557fb47d5bbab/core/src/main/java/lucee/runtime/db/SQLCaster.java#L201