tinyint(1) "unsupported datatype", tinyint(2) and tinyint(3) OK
VerneSep 2 2011 — edited Sep 15 2011Using OWB 11g r2 i'm trying to pull database objects from a mysql database. It works, though I've had to set up platforms for "unsigned" datatypes using OMB Plus. One problem I'm still having is that the tinyint datatype written as tinyint(1) always gives 'unsupported datatype", whereas the columns designated tinyint(2) or tinyint(3) transfer without any problem. It doesn't seem to be a platform issue so I'm at a loss knowing what to check.
Has anyone run into this?