After the schema has been created i want to add a relationship.
$schema->source('User')->add_relationship(......);
But it doesn't do register_relationship because $schema->source('User') is
an 'DBIx::Class::ResultSource::Table' object and it has no
'DBIx::Class::ResultSourceProxy' in MRO which does.
If i add relationship to result class then it won't affect my schema because
it have already made the copies of sources.
How to?
_______________________________________________
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]/