X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=596be1d782c33557ddbf00f02947c96fd011cf7a;hb=05e09a8e72aa97efa1b56a0c28e52365bc99d0aa;hp=e684901982e52fce740a58df13f201a99f61cfeb;hpb=309e2aa14d57924130888412aeb903c3b298d389;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index e684901..596be1d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - 'naming' attribute and backward compatibility with 0.04006 + - added relationship_attrs option for setting attributes in + generated relationships + - added overwrite_modifications option that ignores md5sums on + generated code + - better handling of db_schema for Oracle, based on (RT#35732) + +0.04999_12 2009-11-30 23:36:14 - fix MySQL rel introspection with on_connect_call => 'set_strict_mode' (RT#52087) - now using base 'DBIx::Class::Core' for Results (RT#52141)