<p>I have this code in my application.cfc <cfset THIS.serialization.preserveCaseForStructKey = “true” /> <cfset THIS.serialization.preserveCaseForQueryColumn= “true” /> <cfset THIS.serialization.serializequeryas = ‘struct’ /> sometimes like 1 out of 10 times my structures return in upper case and if I don’t use the SerializeJSON(ResultQuery,‘struct’) I also get it in the weird way that cold fusion uses (column and data), which makes me think that it is not loading the application.cfc but it is not consistent. This usually happens when the query or structure […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2019/04/application-cfc-sometimes-doesnt-load/">application.cfc sometimes doesn’t load</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Comments: