X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8f58d781d63a96da1b1e36fc85177e0f9c88eeef;hb=4f19ef97a87c61eab5e67c0225a62e73d5a9f99b;hp=7f318b35dbc2faf166e3f231349d8ebb5ff3732e;hpb=45a380dc2d68e828de4011b99f0c3739db5b0707;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 7f318b3..8f58d78 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,6 @@ Revision history for Perl extension DBIx::Class::Schema::Loader - - remove is_deferrable from default rel options to maintain - principle of least surprise when round-tripping to deploy() + - 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)