[possible-spam:2.585] Re: [Dbix-class] Error when generating the Oracle schema

Matt Whipple matt at mattwhipple.com
Sun Aug 16 09:56:27 GMT 2009


Octavian Râşniţă wrote:
> From: "Quinn Fazigu" <quinnfazigu at gmail.com>
> 2009/8/15 Octavian Râşniţă <octavian at fcc.ro>
>> DBIx::Class::Schema::Loader::make_schema_at(): No such column
>> sys_nc0000500006$ on table portofoliu_cache at
>> /usr/lib/perl5/site_perl/5.8.8/Catalyst/Helper/Model/DBIC/Schema.pm line
>> 173
>>
>> I have seen that this table doesn't have a column name sys_nc0000500006$
>> but
>> I don't know why DBIC schema wants it.
>
> ys_nc* looks like an Oracle-generated name, which is usually for a
> constraint, and I'll make a wild guess the nc there stands for null
> constraint.
>
> Still, it's wrong that it's trying to create it as a column.
I'm totally shooting in the dark.  But if that's the case might it be a 
problem with the 'is_nullable' attribute of the field.




More information about the DBIx-Class mailing list