I wrote some code similar to:

my $row = $self->search_related('xyzes', {}, { select => "colABC", as =>
"colABC" }->first();

xyzes is of type XYZ

Because of the "select", I was not expecting inflate_result on XYZ to be
called, however it is.
_______________________________________________
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/dbix-class@lists.scsys.co.uk

Reply via email to