X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8f58d781d63a96da1b1e36fc85177e0f9c88eeef;hb=4f19ef97a87c61eab5e67c0225a62e73d5a9f99b;hp=f3f02a935fe6d9aa970eab19eff1239491dd1d9a;hpb=ae32aaf6561185f0e1f7983416547f3a6848fa06;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index f3f02a9..8f58d78 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - support CamelCase table names + - rewrite datetime default functions as \'CURRENT_TIMESTAMP' where + possible (except for Sybase ASE) to ease cross-deployment + - use column_info instead of select to get Oracle column list (RT#42281) + - match quotes in MySQL parser in more places (RT#42101) - fix unique detection in DB2 for multiple schemas (RT#39622) - fix column name collisions with methods (RT#49443) - fix loading MySQL views on older MySQL versions (RT#47399)