X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=13536ac903569d59ad09e59e151e9f067c499794;hb=ea998e8ea908a2f10462740b568831737224a75e;hp=84aeffe1f216513a2c219b92023ab33265e9fa48;hpb=698c11d8a10d3b45a621e37674b6d83a7cccb4df;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 84aeffe..13536ac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ 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