X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7442c6177d6247d72a036c75f9abd59fdc12ddf9;hb=5975bbe67547badcbf19b1eded170ca6beea301b;hp=5ece3fb45d24347b8f9e4766370291f8de10dd8d;hpb=4a01c33f6602206d763851bcd795561499baa6e6;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 5ece3fb..7442c61 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ 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 multi-db_schema unique detection (RT#70851) - 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 @@ -56,7 +57,6 @@ 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