Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Shane St Savage
Shane St SavagePriority
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
Sprint
Affects versions
Created 16 April 2025 at 17:56
Updated 3 May 2025 at 03:23
Resolved 29 April 2025 at 14:14
As originally noted here:
https://dev.lucee.org/t/preservecaseforquerycolumn-no-longer-working/14269
setting
this.serialization.preserveCaseForQueryColumn = false;
in Application.cfc no longer seems to have any effect; query column names are not converted to uppercase.It’s working as expected for me in lucee 5.4.6.9, and seems to be not working as of 6.x (verified not working in 6.2.0.321 and 6.2.1.116).
Tested using lucee Docker images with the above version (e.g.
lucee/lucee:6.2.0.321-tomcat10.1-jre21-temurin-jammy
).