• Sergei Petrunia's avatar
    CLX-55: Prepared Statements: a short term solution for UPDATEs · 2d9c5f1b
    Sergei Petrunia authored
    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.
    2d9c5f1b
basics.result 2.51 KB