[Dbix-class] Bug in DBIx::Class v0.06999_03
Matt S Trout
dbix-class at trout.me.uk
Tue Jun 27 04:44:00 CEST 2006
Jonas wrote:
> Hi,
>
> I think the new dbic dev version has a bug.
> With dbic 0.06003 this peace of code
>
> $model->schema->txn_do( sub {
> for my $attrs ( map $self->_relationship_attrs($table,
> $_), $table->relationships ) {
DBIx::Class doesn't even have an _relationship_attrs method.
Could you please try and boil this down into a standalone test case? I'm not
even sure what half that code's doing so I doubt we're going to be able to
pull the underlying problem out of it usefully :)
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Dbix-class
mailing list