in reply to Re: Trouble with DBIx::Class
in thread Trouble with DBIx::Class

This is a situation where management allowed the customer to define the schema instead of the dba. The issue I presented turned out to be one of many issues. It was only 13 tables, so I wrote the queries and built the relationships by hand. It is an import script that runs once a year and not worth spending hours trying to make DBIx::Class work.

Thanks for your input!