Ash Berlin wrote:

Why exactly do you need to have that as part of the join condition rather than just in the WHERE clause? If you put as part of the search term then you use bind params much easier and let the *database* handle the quoting.

Because I need to /exclude/ those rows. I select from user, with a left outer join against user_message, and select only the rows where user_message.message_id is null.

Ronald

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to