Boost logo

Boost :

Subject: Re: [boost] SQL client library ?
From: Jean-Louis Leroy (jl_at_[hidden])
Date: 2009-09-16 15:59:18


Andrey Semashev wrote:
> I didn't follow the thread but you might consider square brackets
> instead:
>
> select[ t1.id, t2.id ].from[ t1, t2, p ]
> .where
> [
> (t1.income + t2.income).between(20, 40)
> && p.husband == t1.id && p.wife == t2.id
> ]
Interesting idea. The kind that pops up when you consider overloading
the comma :-D

Thanks,
J-L


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