[Dbix-class] Table name length constraint?
Peter Rabbitson
rabbit+dbic at rabbit.us
Tue Feb 24 07:12:33 GMT 2015
On 02/24/2015 01:36 AM, Greg Coates wrote:
> Is there code somewhere in DBIx::Class that limits the length of a table
> name?
>
> I have a schema package with the following table name:
>
> __PACKAGE__->table('RDSPRD.REC_CLASS_MTG_INSTRUCTOR_DTL at FRONT1');
Please try with:
__PACKAGE__->table(\'RDSPRD.REC_CLASS_MTG_INSTRUCTOR_DTL at FRONT1');
to indicate to DBIC "I know what I am doing"
More information about the DBIx-Class
mailing list