X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ec5ecadac7e6e3edf6dfeaaccc4018d9f243d247;hb=53ef681d0209e2c85ddd60e049e3c8510fb27bb5;hp=5374c137a3dd467eae7d50686c96053fb20aaf59;hpb=5c82a2e20975cf5625854c3e5c6a9ea66d47738f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 5374c13..ec5ecad 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - cascade_delete and cascade_copy are turned off for has_many/might_have + by default, and belongs_to has on_delete => 'CASCADE' and on_update => + 'CASCADE' by default, overridable via relationship_attrs - set inflate_datetime => 1 for 'AS getdate()' computed columns in Sybase - preliminary Firebird support