Subject: | Repeated table names in autogenerated schema |
Date: | Thu, 18 Jun 2015 16:20:36 -0700 |
To: | bug-DBIx-DataModel [...] rt.cpan.org |
From: | Amelia Ireland <aireland [...] lbl.gov> |
perl v5.16, DBIx::DataModel 2.46, Oracle DB via latest DBD::Oracle driver
I've run DBIx::DataModel::Schema::Generator on a large Oracle database.
Trying to use this schema resulting errors of the form:
Error: won't overwrite @My::Schema::TableName::ISA
as there are a number of repeated table names in the schema generated.
I also got errors in the schema due to '/' characters in the table names,
which conflict with the qw/ ... / used in the declaration:
Table( qw/ classname tablename pk / )