In the classic example from the Class::DBI documentation where you have a table that has a one to many relationship to another you can invoke a method called add_to_<tablename>s(...). That's a fine thing.
However, what is the inflection it is using when you have a table whose name ends in "s;"? I've tried all sorts of permutations to no avail. I have a table called "system" that has a one to many relationship with a table called "os" and I keep getting errors when invoking
$system -> add_to_os(...); or $system ->add_to_oss(...); or $system -> add_to_oses(...);
In reply to Class::DBI inflection (plurality) by blue_cowdawg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |