X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=36905f851ef1792fe1467f9aa0f8aaf72cadfdd0;hb=3559ae79e6819ac25ba7343d20156cc8a492e827;hp=a93df579f2311af15f754e7eda9ca703ee1c1899;hpb=26da4cc31819b6644891dd1c6da9bc7c9d5b40b9;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index a93df57..36905f8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - support for MSSQL databases with case sensitive collation + - do not try to detect driver and rebless when used with a custom + loader_class + - suppress 'bad table or view' warnings for filtered tables/views + - croak if several tables reduce to an identical moniker (ribasushi) + - better type info for Sybase ASE + - better type info for Pg: sets sequence for serials, handles numerics + without precision + - better _tables_list for MSSQL - pick up views in SQLite too - better rel inflection using Lingua::EN::Inflect::Phrase - cascade_delete and cascade_copy are turned off for has_many/might_have