Coldfusion 2016 Update from 16 to 17 crashing queries with CFQUERYPARAM
I just noticed a ticket with a similar issue although the fix did not work for me, but I will repost here
I just updated CF2016 from update 16 to update 17 and it's crashing my queries with a 500 error. I performed the same update on my developer edition and it works fine. I've checked all of the settings including the version of JVM and everything appears to be identical.
The problem appears to be in CFQUERYPARAM, but not all of them. This WHERE for example will cause the 500 error
WHERE enduser_uid = <cfqueryparam value="#GetEnduser.enduser_uid#" cfsqltype="CF_SQL_INT">
I tried to replace the #GetEnduser.enduser_uid# with a hardcoded value, it still crashed, but when I removed the cfqueryparam and used WHERE enduser_uid = 123456 the query works.
These all worked fine before the update, plus with having two systems the dev and prod and only one doing this, I'm at a bit of a loss.
Any ideas anybody?
