just turn on your debug output and you can test this yourself.
runs the first code a few times, look at the average execution time

now do the same for the second code


On Thu, Mar 6, 2014 at 5:25 PM, Paul Ihrig <pih...@gmail.com> wrote:

>
> <cfif(serializeJSON(qry1) eq serializeJSON(qry2))>
> to compare 2 queries
>
> or
>
> sticking the queries into an array and then
> <cfif #qryArray1.equals(qryArray2)# IS "YES">
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357862
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to