Hi Alan,

Alan Humphrey schrieb:
If you use a different name for the relationship there's no problem.

Prefect! I am able to reproduce this. I just added the same belongs_to relation as the one that DBIx::Class::Schema::Loader automagically created but set a my_ in front of the relation name.

To be more precisely the automatically created belongs_to name was "praxis" and I created a
"my_praxis" relation.

Now in my template when I use object.my_praxis.praxis instead of object.praxis.praxis, the resulting
queries in the debug output don't have the duplicated me.id entires anymore.

Thanks for pointing this out.


Winni

_______________________________________________
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]

Reply via email to