Hi Collin,

Thanks for the quick response.
Actually the "real" name  of the query is not q. I just used q for the
example and the behavior still the same.


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

----- Original Message -----
From: "Collin Tobin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 2:05 PM
Subject: RE: Possible bug in Updater 3


> 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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to