Rudy Lippan <[EMAIL PROTECTED]> writes: > - Moved the quoting of bind values out of execute() and into > bind -- as there is no need to requote the value > every time execute is called.
Does this mean that it is not necessary to explicitly quote any bound veriable in an execute - that it will be done for us? I noticed a difference in DBD::mysql and DBD::Pg. I have always explicitly quoted the bind parameters and when I did that in DBD::mysql it double-quoted the parameters, and caused an error. Cheers, jas.
