X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5ece3fb45d24347b8f9e4766370291f8de10dd8d;hb=0a4273b7ec460eecf7abf6d6c9cc673c75950d2b;hp=3cae07069b6ab81995d4aa4ddc8eb779b313b0cb;hpb=4ee3c605eb1bd51ef4843c32c08e588640645713;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 3cae070..5ece3fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ 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