Boost logo

Boost :

Subject: Re: [boost] sqlpp11: SQL for C++
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-11-11 09:36:07


On 11/11/2013 7:53 AM, Roland Bock wrote:
> On 2013-11-11 11:27, Rodrigo Madera wrote:
>> On Sat, Nov 9, 2013 at 8:03 PM, Roland Bock <rbock_at_[hidden]> wrote:
>>
>>> Hi,
>>>
>> Hello,
>>
>> Just curious over some points:
>>
>> Does it support binary transfers over the wire?
> The library creates template expression trees for the queries. As of
> now, the tree is serialized and sent to the database connector when you
> call
>
> db.run(query)
>
> Result rows are currently to be returned from the connector's result
> object as const char**, see database_api/api.h.

You are kidding ? Is std::vector<std::string> too advanced ? Why C++
programmers are still using C null-terminated strings I will never
understand.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk