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

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/dbix-class@lists.rawmode.org/

Reply via email to