Copy link to clipboard
Copied
I can confirm that this is related to each of the updates and previous versions/updates are not affected and work as expected.
Have any of you experienced this? Any thoughts?
I appreciate your help.
The issue you face looks similar to the toArray() issue reported earlier. There, the following line of code broke when CF2018 Update 12 or CF2021 Update 2 were installed:
<cfset myQueryColumnArray=myQuery["myColumn"].toArray()>
Adobe confirmed it is a bug, and has fixed it. It might be worth your while to request a hotfix from them: cfinstal[at]adobe.com
@Greg P There is a hotfix which addressed the bug we encounted. If you reach out to cfsup@adobe.com, they will provide you with the patch that is applicable to your version of CF.
I hope that this helps.
Copy link to clipboard
Copied
The issue you face looks similar to the toArray() issue reported earlier. There, the following line of code broke when CF2018 Update 12 or CF2021 Update 2 were installed:
<cfset myQueryColumnArray=myQuery["myColumn"].toArray()>
Adobe confirmed it is a bug, and has fixed it. It might be worth your while to request a hotfix from them: cfinstal[at]adobe.com
Copy link to clipboard
Copied
Thank you BKBK. I have been chatting / emailing with Ravi at cfsup@ in hopes of a resolution. I will share this with him to get his thoughts.
I appreciate your follow-up. Thanks!
Copy link to clipboard
Copied
@moalspvic, do you have any updates on this issue? We are upgrading our servers as well and just ran into this issue.
Copy link to clipboard
Copied
@Greg P There is a hotfix which addressed the bug we encounted. If you reach out to cfsup@adobe.com, they will provide you with the patch that is applicable to your version of CF.
I hope that this helps.