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 <mate...@loskot.net> 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 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 fixes) eventually as 3.2.3.
>
> Then I will be able to check what's wrong with devel.
>
> Thanks,
> Mateusz
>
>
> On 16 June 2014 05:37, Pawel Aleksander Fedorynski <pfe...@gmail.com>
> wrote:
> >
> > 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, I will try to do it later this week.
> >>
> >> Thanks,
> >>
> >> Aleksander
> >>
> >>
> >> On Tue, Jun 10, 2014 at 2:56 PM, Denis <babichev_de...@mail.ru> wrote:
> >>>
> >>> 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_ += ":=";
> >>>     ++it;
> >>> }
> >>>
> >>> Cause expressions like these:
> >>> UPDATE t1 SET c1 = 2 WHERE c1 = @var1 := 1;
> >>> performed with an error.
> >>>
> >>>
> >>>
> >>>
> ------------------------------------------------------------------------------
> >>> HPCC Systems Open Source Big Data Platform from LexisNexis Risk
> Solutions
> >>> Find What Matters Most in Your Big Data with HPCC Systems
> >>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> >>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> >>> http://p.sf.net/sfu/hpccsystems
> >>> _______________________________________________
> >>> soci-users mailing list
> >>> soci-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/soci-users
> >>
> >>
> >
> >
> >
> ------------------------------------------------------------------------------
> > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> > Find What Matters Most in Your Big Data with HPCC Systems
> > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> > http://p.sf.net/sfu/hpccsystems
> > _______________________________________________
> > soci-users mailing list
> > soci-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/soci-users
> >
>
>
>
> --
> Mateusz  Łoskot, http://mateusz.loskot.net
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> soci-users mailing list
> soci-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/soci-users
>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to