ColdFusion 9.0.2 has one CF10 tidbit

This came as a surprise to me - but just in case you weren't aware (like me) - 9.0.2. isn't just the "Remove Verity" update, it also includes the cool queryNew/queryAddRow changes in ColdFusion 10. For a full listing of what did change, consult the release notes:

Adobe ColdFusion 9.0 Update 2 Release Notes

Archived Comments

Comment 1 by Arthur Nweke posted on 6/13/2012 at 6:58 PM

Ray, this is unrelated..
In JS one can say "document.calEquip2.CALIB_RCV_DT.value == ""; where calEquip2 is the form name and CALIB_RCV_DT the form file name. why is one not able to do this viz..

<cfset someVar = #calEquip2.CALIB_RCV_DT.value#> in coldfusion without submitting the form first and not use one of the many tricks that I've seen on the web.

Comment 2 by Patrick Heppler posted on 6/14/2012 at 4:33 PM

Ray, maybe I'm blind, but I can't find an updater, only full installer. Missing something?

Comment 3 by Raymond Camden posted on 6/14/2012 at 4:37 PM

I don't think there is an updater.

Comment 4 by Raymond Camden posted on 6/14/2012 at 6:06 PM

@Arthur: Um, I'm not sure where to start with this. You can't run CF code without first running a CFM. That means you either post the form normally, or use Ajax to post it and handle the result then. Not quite sure that answers your question though.

Comment 5 by JF posted on 6/15/2012 at 7:29 PM

Do you know if there are any plans to release an updater? I could understand not having any if it was only a "remove Verity" thing but it includes syntax sugar which pre 9.0.2 user won't receive?

Comment 6 by Raymond Camden posted on 6/16/2012 at 6:31 PM

As far as I know there are no plans for that.

Comment 7 by Henry Ho posted on 8/20/2013 at 5:13 AM

Update: there's no queryNew/queryAddRow in CF902.

see:
https://bugbase.adobe.com/i...
https://twitter.com/rakshit...

Comment 8 by Raymond Camden posted on 8/20/2013 at 5:17 AM

Ugh, well, I guess it was a doc issue. Sorry I mislead folks.

Comment 9 by Yoosaf Abdulla posted on 10/25/2013 at 3:22 PM

Hi Raymond,

I don't think you have mislead. Because (avoiding redundancy) please refer to my question here:http://stackoverflow.com/qu....