Subject: | Change to use case-insensative regex |
Created a database with mysql & SchemaDumper, which defaults to using
upper case for data_type eg data_type => 'INT'. The regex's in your code
are only m{int}; could you change them to m{int}i so that it will work
more obviously? Work-around is to set inflate_datetime => 'epoch' of
course so it's not the end of the world but it's a bit annoying.
Thanks,
Mark