View Ticket
Not logged in
Ticket UUID: a0efd382c3da69e9ede08c0d707e426b177e2f66
Title: ClientSide 1-liner patch for using inTransform in buildCallquery
Status: Closed Type: Code_Defect
Severity: Severe Priority: Immediate
Subsystem: Client_Side Resolution: Open
Assigned to: unassigned
Last Modified: 2016-02-25 13:47:30
Version Found In: 2.3.7
Description & Comments:
In buildCallquery, the inTransform is invoked if it exists but the result is thrown away. Instead of storing the result in a variable called query which is never used, we store the result back into the xml variable that is returned.

With the attached patch, its usage matches that in buildRestCallquery.


anonymous added on 2016-02-25 13:47:30 UTC:
I'm the original reporter - sorry I just noticed this is a duplicate of:

https://core.tcl.tk/tclws/info/8cf2656d0e

And I guess it is fixed in trunk...

https://core.tcl.tk/tclws/fdiff?v1=abd311d44bbbfa50&v2=d6f35f1c4ad08d41&sbs=1


Attachments: