X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1fd64b583c1175f17c67de9db03d137a87d90f95;hb=f7a088d02c663dfa64f99529b77bff8c26eeac36;hp=baf436375fd58d610522c107ce126285d20c2a1f;hpb=2ae19e70a562eae7d346d247fbdba10c81a13a67;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index baf4363..1fd64b5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - 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