Alexander Hartmaier wrote:
> The accessor is only used to create the object accessors, search has
> always used the column names and not the accessor names.
Using views may help:
__PACKAGE__->table('Artists');
__PACKAGE__->result_source_instance->is_virtual(1);
__PACKAGE__->result_source_instance->view_definition(...
Cheers, Dave
_______________________________________________
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]