Hetényi Csaba wrote:
> Thank You Rob!
> 
> Your solution works perfectly!
> 
> You are the most valuable -dbix related- person for me! :)
> 

Try to avoid using scalarrefs in conditions, as they are non-introspectable
and therefore end up being a "black box" which may break/pessimize things in
very weird cases. The column IS NOT NULL is written simply as:

column => { '!=', undef }

Cheers

_______________________________________________
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