X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f8d667eafc68d2c7597a9c46b203f903aba69418;hb=404aefa40641f06910962ac7cd69133298ee4598;hp=b5bee8ccc06307b9cda768b886a80c85986395fd;hpb=3568bda98bc24d41e7f5a253a56b258c9aae86fc;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index b5bee8c..f8d667e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - 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