X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=84aeffe1f216513a2c219b92023ab33265e9fa48;hb=698c11d8a10d3b45a621e37674b6d83a7cccb4df;hp=1771410fd1adcc7fa8022919f9dcb8f5444da908;hpb=8007f3a7c22764af4ccfda238cbc53325902c927;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 1771410..84aeffe 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - 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) - support arrayrefs for result_namespace and resultset_namespace (RT#40214) - add naming => { monikers => 'preserve' } or 'singular'/'plural' to