X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5ece3fb45d24347b8f9e4766370291f8de10dd8d;hb=0a4273b7ec460eecf7abf6d6c9cc673c75950d2b;hp=1fd64b583c1175f17c67de9db03d137a87d90f95;hpb=59388920507cf773795544ab948421ec58e20d1f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 1fd64b5..5ece3fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - remove dependency on File::Slurp + - allow the constraint and exclude options to be used simultaneously + (bphillips) + - fix Oracle common tests fail with multi_schema due to not resetting + the preserve_case option after the preserve_case tests (RT#70829) + - handle DEFAULT NULL for Pg + - handle boolean DEFAULT 0::boolean for Pg + - config file support for dbicdump script + - added filter_generated_code option (RT#53841) + - 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 + - also sort unique constraints so they always come out in the same order + - multi db_schema support with cross-schema rels (RT#39478) + - added moniker_parts option for name clashes in multi db_schema setups + - add quiet option - add rel_name_map option - fix the decimal data type for MS Access over ODBC - fix enum/set detection for MySQL (RT#68717) @@ -36,6 +56,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader - for dynamic schemas, if the naming option is set, will automatically turn on use_namespaces=1 as well. Set use_namespaces=0 to disable this behavior (RT#59849) + - bump File::Slurp dependency to 9999.14 - minimum supporting binmode 0.07010 2011-03-04 08:26:31 - add result_component_map option