← Back to team overview

maria-developers team mailing list archive

Re: Java Connector coding till 6th July

 

Hi,

*c)*Also I will be modifying the execute method for Serverside prepared
statements for sending the *new params bound flag* properly.

> Currently it is always going as 0x01 but will modify it to send 0x00 if
> same statement gets executed again
>

Sending 0 iIf the stmt gets executed again may end up in sending wrong data
(in case BindParameter was called between last and current execution). so
you should set a flag in BindParameter and unset it after execute.

/Georg

Follow ups

References