[Dbix-class] Table name length constraint?
Greg Coates
greg at coatesoft.com
Tue Feb 24 16:29:21 GMT 2015
Yes, that worked. Thanks!
On 2/23/2015 11:12 PM, Peter Rabbitson wrote:
> 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"
>
> _______________________________________________
> List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
> Searchable Archive:
> http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk
More information about the DBIx-Class
mailing list