CLX-55: Prepared Statements: a short term solution for UPDATEs
Direct UPDATE used to print the original statement. With Prepared Statement, this could cause the statement with original parameter marks ('?') to be printed. Solve this in the same way as "Select Handler" does: print the statement back from the parse tree. The parameters would be substituted.
Showing
Please register or sign in to comment