From: Dagfinn Ilmari Mannsåker Date: Tue, 28 Apr 2015 16:54:03 +0000 (+0100) Subject: Remove MySQL year(2) test X-Git-Tag: 0.07043~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1c751262244612fa7b04d1aab0bde881fefcb41;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Remove MySQL year(2) test The year(2) type is deprecated, and as of version 5.6 the size specification is ignored. --- diff --git a/t/10_02mysql_common.t b/t/10_02mysql_common.t index 76e2a75..2f21a42 100644 --- a/t/10_02mysql_common.t +++ b/t/10_02mysql_common.t @@ -115,7 +115,6 @@ my $tester = dbixcsl_common_tests->new( 'time' => { data_type => 'time' }, 'year' => { data_type => 'year' }, 'year(4)' => { data_type => 'year' }, - 'year(2)' => { data_type => 'year', size => 2 }, # String Types 'char' => { data_type => 'char', size => 1 },