Remove MySQL year(2) test
Dagfinn Ilmari Mannsåker [Tue, 28 Apr 2015 16:54:03 +0000 (17:54 +0100)]
The year(2) type is deprecated, and as of version 5.6 the size
specification is ignored.

t/10_02mysql_common.t

index 76e2a75..2f21a42 100644 (file)
@@ -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  },