X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=13536ac903569d59ad09e59e151e9f067c499794;hb=ea998e8ea908a2f10462740b568831737224a75e;hp=da4dc7a5d79a6fbfec62dafcdab4123e456518a1;hpb=d5c9c286699f879baedd205cb08af6657fd16668;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index da4dc7a..13536ac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ 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 - added uniq_to_primary option to promote unique keys to primary keys (RT#25944)