[Dbix-class] Re: JOIN question

Bernhard Graf dbic2 at augensalat.de
Wed Nov 29 09:57:21 GMT 2006


A. Pagaltzis wrote:

> Ah. “In the FROM-part” seemed to mean that you wanted to specify
> a table name using a placeholder; what you meant is “in the WHERE
> clause.”

Well, since the LEFT JOINs are behind FROM I call this the "FROM-part".
This is actually the way SQL::Abstract is used by DBIC: Craming the 
whole "t1 JOIN t2 ON (...) ..." into the table argument of 
SQL::Abstract::select().
-- 
Bernhard Graf



More information about the Dbix-class mailing list