X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9e993cd318e9f44896fcd83dda11a1c324336947;hb=dc96667ab512fd5d1af88bb06d8e89e42c706c02;hp=06a78b74513b13a2ad208c5ed947ee61bb3f2e6a;hpb=a8acb698c8b9d11794d863aa2fc9b8885f4282de;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 06a78b7..9e993cd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - 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 + CamelCase column names to lower case for accessors (RT#64668) + - support quoted PostgreSQL schema names with special chars (RT#64766) + - automatically turn on quoting for MySQL (RT#60469) + - become utf8-aware (RT#67920) + - handle duplicate relationship names (RT#64041) + - 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