Marius- I'm currently looking into this. For now, I can see right away that if you name your output something other than "q" when converting wddx2cfml, which is the name of your original query, you should get your desired output.
Thanks. Collin Tobin CFMX QA Engineer Macromedia� What the web can be.(tm) Announcing Macromedia DevNet Subscriptions Maximize your power with our new premium software subscription for Macromedia developers Find out more: <http://www.macromedia.com/go/devnetsubs/> -----Original Message----- From: Marius Milosav [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:59 PM To: CF-Talk Subject: Possible bug in Updater 3 We have seen the following change in behavior in cfmx updater 3: <cfquery name ="q" datasource = #dsn#"> select id from table </cfquery> the id is integer 1;2; 3 <cfoutput>#valueList (q.id)#</cfoutput> will return 1,2,3 in cfmx updater 2 and 3 if the query is converted to a wddx package and converted back to a query: <cfwddx action="cfml2wddx" input="#q#" output="session.wddxQuery"> <cfwddx action="wddx2cfml" input="#session.wddxQuery#" output="q"> now: <cfoutput>#valueList (q.id)#</cfoutput> will return 1.0,2.0,3.0 in updater 3 and it causing a lot of problems. Can anybody (MM) confirm this behavior Thanks Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

