2008/11/6 Ovid <[EMAIL PROTECTED]>:
> This is the correct behavior, but we'd like to be able to create a resultset 
> with a filter applied which represents what we really have.  Something like:
>
>  my $new_rs = $rs->filter( sub { defined $_->inflate_entity  } );

Sorry if this sounds stupid, but how about returning in list context
then grep { defined $_->inflate_entity } ?

Regards, Bruno

_______________________________________________
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