Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerPriority
NewFix 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
Sprint
None
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerPriority
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
Sprint
None
Created 1 March 2023 at 22:02
Updated 4 February 2025 at 17:13
Resolved 8 May 2023 at 10:07
Lucee currently casts empty strings to null, ACF doesn’t
lucee allows
<cfqueryparam cfsqltype="CF_SQL_INTEGER" value="">
acf crashes
<cfqueryparam cfsqltype="CF_SQL_INTEGER" value="">
Lucee’s behaviour is unexpected and confusing
https://dev.lucee.org/t/different-cfqueryparam-behavior-between-acf-and-lucee/2836
UPDATE: There is an ENV var
LUCEE_QUERY_ALLOWEMPTYASNULL=TRUE
to enable the old behaviour https://luceeserver.atlassian.net/browse/LDEV-5008