Re: [soci-users] Mysql and Assignment Operators

2014-06-10 Thread Pawel Aleksander Fedorynski
Hi Denis, Yes, very good suggestion, I will try to do it later this week. Thanks, Aleksander On Tue, Jun 10, 2014 at 2:56 PM, Denis wrote: > Is it possible to add support for the assignment operator in mysql > backend, as in postgresql_statement_backend::prepare(): > > // Check whether t

Re: [soci-users] Mysql and Assignment Operators

2014-06-10 Thread Lalit Bhasin
On Wednesday, June 11, 2014 6:58 AM, Denis wrote: Is  it  possible  to  add support for the assignment operator in mysql backend, as in postgresql_statement_backend::prepare(): +1. It would be nice to have this support available for mysql. I remember reporting similar issue last year:

[soci-users] Mysql and Assignment Operators

2014-06-10 Thread Denis
Is it possible to add support for the assignment operator in mysql backend, as in postgresql_statement_backend::prepare(): // Check whether this is an assignment(e.g. x:=y) // and treat it as a special case, not as a named binding else if ((next_it != end) && (*next_it == '=')) { query_ +=