X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5d656ba3e89d40d3febacd3709f34d4461e86cc8;hb=80b1e88871f7adc48f521e25bd301f03d9db0320;hp=1c12d4a0e5a94db2ebd0cfd3a9b594572f7667f5;hpb=12333562ee997c58552b40b5f5eef33ab2deda87;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 1c12d4a..5d656ba 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - add datetime_undef_if_invalid => 1 for MySQL datetime data types + (RT#64820) + - added column_accessor_map option + - Preserve relationship names when redumping and another FK is added + (RT#62424) + - Remove resultset_components as ResultSetManager is deprecated + - Fix a fail when very old Moose/CMOP is installed + - Added warning for column-accessor collisions, doc section in ::Base + ("COLUMN ACCESSOR COLLISIONS") and the col_collision_map option. + - Handle column accessor collisions with UNIVERSAL methods + - Generate custom_type_name hint for PostgreSQL enums, as used + by very recent SQL::Translator - Added support for PostgreSQL enum types - Added table/column comment support for Oracle - Fix missing require (RT#62072)