[Dbix-class] DBIx::Class::Schema->deploy and ORACLE woes

Doug Scoular dscoular at cisco.com
Fri Jun 13 23:53:52 BST 2008


Hi Matt,

Matt S Trout wrote:
> On Wed, Jun 04, 2008 at 04:54:54PM +1000, Doug Scoular wrote:
>   
>> DBIx::Class 0.08010
>> SQL::Translator 0.08001
>>     
>
> So you're running an SQL::Translator from September 2007 when the last
> release was 0.09000 in February. Please update your CPAN modules again
> and this time check they're actually up to date afterwards :)
>
>   
    Doh! I'm a fool! I thought I'd upgraded both DBIx::Class
    and SQL::Translator but somehow I only did DBIx::Class.

    The ORACLE DDL now generates perfectly without the
    need for cascade_copy => 0.

    The only remaining problem is that the tables are generated
    in alphabetical order which causes forward referencing problems
    so I have to manually edit the sql... no biggie... but I just wondered
    if there was a way to control the order of the tables output ?

    Cheers,

    Doug



More information about the DBIx-Class mailing list