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
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
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
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