
16 Sep
2009
16 Sep
'09
5:14 p.m.
Jean-Louis Leroy wrote:
Alp Mestan wrote:
The same for from and where (it may be trickier for the latter).
where takes a single argument so there is no problem here...
On second thought I think I see your point. This should not compile : select(...).from(...).where(predicate1, predicate2) However my plan is to make the comma build an expression_list. select() will take an expression_list but where() will accept only an expression (and a boolean expression at that). J-L