I just came across this issue too.  I have two Qs, run QofQ to join them and one of the original Qs changes.  Its wierd.  When I get a chance, gonna play around with this to see if it was a fluke or not.  May have to enter a bug!  EEEK!


Doug

-----Original Message-----
From: Matthew Walker [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 9:08 PM
To: CF-Talk
Subject: QoQ changes original query

Here's an odd thing. I have a query record set and I use cfwddx to turn
it into XML. Numeric columns are represented like this in the XML:

<string>4</string><string>5</string><string>6</string><string>7</string>
...

Then I perform a query of a query, saving the new record set as a
different variable. The original should remain unchanged.

I then once again use cfwddx on the original. This time, the numeric
columns are represented like this:

<number>4.0</number><number>5.0</number><number>6.0</number><number>7.0<
/number>...

Weird huh? The reason this has come up is that I have written a tag that
looks for leaked variables. It takes each variable at the start and end
of the tag, turns them into WDDX packets, hashes them, and compares the
results. In this case, it thinks the record set has been changed.
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to