$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] SQL client library ?
From: Jean-Louis Leroy (jl_at_[hidden])
Date: 2009-09-16 15:09:04
Eric MALENFANT wrote:
> Do you plan to support non trivial projections in select()? For example:
> SELECT CONCAT(last_name,', ',first_name) AS full_name
My design should allow to build this easily.
J-L