Re: [soci-users] error in parse sql code

2013-04-08 Thread p...@mailme.dk
Ok good, I take it you are on master branch. Could you please try the hotfix/3.2.1 branch ? > I use soci from git download of about 1 week ago > > > 2013/4/8 [email protected] > >> Hi Bruno >> >> What version of soci are you using ? >> >> It looks a bi

Re: [soci-users] error in parse sql code

2013-04-07 Thread p...@mailme.dk
Hi Bruno What version of soci are you using ? It looks a bit like the Postgres regression that went into 3.2.0 See commit c8ad2a884 for details. It should be fixed in 3.2.1. Poul > I tried with the escape beckslash \ (that is \:\:box3d) but the error was > the same. > Then I tried to change th

[soci-users] Thread safety (Cancel)

2013-02-25 Thread p...@mailme.dk
Hi all As a follow up to the thread safety "thread" I would like to request a cancel operation as a thread "semi safe" operation. I use the following cancel operation (PostgreSQL only). I have no idea if this or something similar will work for other backends ? Also I have no firm knowledge that

[SOCI-users] std::tuple

2012-11-02 Thread p...@mailme.dk
Hi all I don't know if you have a policy regarding using features unique for c++11 ? Also I don't know any good way of detecting the individual compilers for whether they support and have enabled (a subset of) c++11. However the following code appears to work with std::tuple the same way as boos