CFQUERY Result.GENERATEDKEY Failing After Applying Update 11
We have been using the result structure from CFQUERY for years to retrieve an inserted ID, but it started to fail after applying update 2021/11 recently. It would appear that we now need to pull the inserted ID out of another structure entirely. I created a simple test scenario below and dumped out both the query and result structures - note that GENERATEDKEY is no longer in the result structure:

The test table has both an identity field and PK set on that field. It produces the same result whether I have a PK set or not, however.
The CF documentation for CFQUERY also does not mention this:
Thoughts?
Thanks,
Eric
Server Details
Server Product ColdFusion 2021
Version 2021,0,11,330247
Edition Standard
Operating System Windows Server 2019
OS Version 10.0
Update Level [CF Path]/cfusion/lib/updates/hf202100-4212383.jar
Adobe Driver Version 5.1.4 (Build 0001)
Tomcat Version 9.0.78.0
