Re: [soci-users] Mysql and Assignment Operators

2014-06-16 Thread Pawel Aleksander Fedorynski
Done (pushed to master and created Issue https://github.com/SOCI/soci/issues/259) Cheers, Aleksander On Mon, Jun 16, 2014 at 3:43 AM, Mateusz Łoskot wrote: > Hi Pawel, > > Not sure what is happening with devel right now. > > So, I think you can simply merge to master, but could you open > an

Re: [soci-users] Mysql and Assignment Operators

2014-06-16 Thread Mateusz Łoskot
Hi Pawel, Not sure what is happening with devel right now. So, I think you can simply merge to master, but could you open an Issue just so I can attach it to 3.2.3 milestone and not forget about it? I do realise the 3.2.3 is crawling extremely slow, but I will release master (+ collected minor f

Re: [soci-users] Mysql and Assignment Operators

2014-06-15 Thread Pawel Aleksander Fedorynski
Hey team, Can someone please apply the attached change to devel? I cannot compile devel. Else I can apply it myself to master if you prefer. Thanks, Aleksander On Tue, Jun 10, 2014 at 9:44 PM, Pawel Aleksander Fedorynski < pfe...@gmail.com> wrote: > > Hi Denis, > > Yes, very good suggestion,

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: