Subject: | Loader removes trailing 's' from table name to class |
Hi,
When db table contains an 's' at the end of its name ('e.g.: users) the
resulting created class is named 'User.pm' without 's' where as in the
class, table name is well names as '__PACKAGE->table("users");' which is
quite annoying.
Thanks if you can fix this as soon as possible.
Regards