Have there already been discussions about this or am I the first one to
encounter these difficulties? IMHO this really is a serious issue
because it makes using custom SQL with the result_source_instance trick
quite unusable or at least unstable.

Alternatively, a nasty 2-line workaround -

@My::Schema::UserView::ISA = ('My::Schema::User');
$source->result_class('My::Schema::UserView');

proceed as normal :)

Of course! This simple workaround should keep me happy for now
until a more sophisticated solution is found :) Thanks!

--Tobias


_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to