in reply to Re^3: DBIx::Class : stop changing table, column, relationship names
in thread DBIx::Class : stop changing table, column, relationship names

Thank you NERDVANA. Your advice produced the result I wanted.

If the schema is mine, then tablenames are all lowercase. Having a relationship name same as the table name (as I wanted) simplifies things for me given that there is only 1 relationship to the external table. If more relationships exist to the same table, then it produces the same relationship name for all, which is a very bad side-effect. So, being an eternal DBIx::Class (and SQL) newbie perhaps I should just stick to the defaults.

Thanks, bliako

  • Comment on Re^4: DBIx::Class : stop changing table, column, relationship names