[Dbix-class] ON DELETE statement in Pg not avaiable in schema::loader?

Moritz Onken onken at houseofdesign.de
Tue Feb 26 12:17:37 GMT 2008


Hi,

I use the ON DELETE statements in my Pg database to set the foreign  
key to null if a column is deleted.

But this information doesn't make it's way to the schema if I use  
Schema::Loader. And therefore the files created by create_ddl_dir are  
useless because they don't contain this information either.

I'd like to write a patch but I have no clue where to put this kind of  
code!

regards,

moritz




More information about the DBIx-Class mailing list