Subject: | MySQL Producer: Case inconsistency between elements in @no_length_attr and $data_type |
line 557 of SQL::Translator::Producer::MySQL greps to see if $data_type is in the
@no_length_attr array. The trouble is that $data_type is sometimes in all caps and the elements
in @no_length_attr are in lower case.
A patch is included that fixes the line 557,
I am running the following, but I don't think it really matters for this issue:
perl, v5.8.8 built for i486-linux-gnu-thread-multi
Linux 2.6.18-4-k7 #1 SMP Mon Mar 26 17:57:15 UTC 2007 i686 GNU/Linux
Thanks
Subject: | patch |