X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=13536ac903569d59ad09e59e151e9f067c499794;hb=ea998e8ea908a2f10462740b568831737224a75e;hp=8e3e3ef7b14935e220bea86283a22b7ebe5cc2e6;hpb=c0a0986f6f77e7677d39b9b6021862b987d9a6b9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 8e3e3ef..13536ac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - generic table and column comments support + - MySQL table and column comments support + - support DOS line endings on *nix and *nix line ending on Win32 + - add quiet option + - $schema->loader is now a public method + - add schema_components option + - sort relationships so they always come out in the same order + - add rel_name_map option + - fix the decimal data type for MS Access over ODBC + - fix enum/set detection for MySQL (RT#68717) + - fix is_nullable detection on MS Access + - remove '$table has no primary key' warning + - added uniq_to_primary option to promote unique keys to primary keys + (RT#25944) + - support arrayrefs for result_namespace and resultset_namespace + (RT#40214) - add naming => { monikers => 'preserve' } or 'singular'/'plural' to control moniker inflection (RT#44935) - add naming => { column_accessors => 'preserve' } to not normalize @@ -11,7 +27,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader - fix a bug in Sybase ASE foreign key detection - generate POD for result_base_class, additional_classes, additional_base_classes, left_base_classes, components, - result_components_map, result_roles and result_roles_map + result_components_map, result_roles, result_roles_map, unique + constraints, set_primary_key and table - rename result_component_map to result_components_map (old name still works) - fix accessor collision detection for methods from