Change precision/scale/size for decimal type based on DBD::mysql version

This commit is contained in:
baron
2012-06-06 10:51:25 -04:00
parent 3babaab15a
commit dcf2268514

View File

@@ -172,7 +172,7 @@ SKIP: {
id => undef,
i => undef,
f => undef,
d => ($vp->version_ge($dbh, '5.5.1') ? '(7)' : undef),
d => $DBD::mysql::VERSION ge '4.001' ? undef : '(7)',
dt => undef,
ts => undef,
c => '(1)',