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
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:
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_ +=