X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b4722d983ea7775ce49500a897943e71299a8e2e;hb=e770e9cef37a2ff6fc754a33a631421f1b26dfd8;hp=5eb9d70e7d3d9d309dfe4d5eedb46370f08a3cde;hpb=baff904e0c46bfb7f53cdad710bf785c0d64c435;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 5eb9d70..b4722d9 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,19 @@ Revision history for Perl extension DBIx::Class::Schema::Loader - - exclude 'size' column_info for postgres when unnecessary, correct - datetime_precision in 'size' for time|timestamp|interval types + - fix NUMERIC/DECIMAL size column_info for postgres + - now mentions skip_load_external feature in comments + +0.04999_13 2010-01-03 12:32:25 + - exclude 'size' column_info for postgres when unnecessary, and + use the correct precision for varying types (except NUMERIC) - 'naming' attribute and backward compatibility with 0.04006 - (in progress) - added relationship_attrs option for setting attributes in generated relationships - added overwrite_modifications option that ignores md5sums on generated code + - added skip_load_external (jhannah) + - remove Class::Data::Accessor and Class::Accessor::Fast and switch + everything to Class::Accessor::Grouped (jhannah) - better handling of db_schema for Oracle, based on (RT#35732) 0.04999_12 2009-11-30 23:36:14