debugSQL(); for update query
Hello,
I am unable to find debugSQL(); for update query.
However, it works with "RecordSet"
>> echo $RecordSet->debugSQL(); // works good
>> echo $UpdateQuery->debugSQL(); // DOES NOT WORK?
Please see if you can help.
Regards


That function isn't currently available for the query object class. They are so similar, that it might work if you just copied the debugSQL function from the rsobj.php file and pasted it into the queryobj.php file. 
