From: Rafael Kitover Date: Tue, 6 Sep 2011 07:23:04 +0000 (-0400) Subject: update Changes with Pg defaults fixes X-Git-Tag: 0.07011~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=1132d0474b2f6086df4f2597f88671e32a7fd0d7 update Changes with Pg defaults fixes --- diff --git a/Changes b/Changes index a38b46f..9925959 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - handle DEFAULT NULL for Pg + - handle boolean DEFAULT 0::boolean for Pg - config file support for dbicdump script - added filter_generated_code option (RT#53841) - generic table and column comments support