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]

