I have a MySQL column specified as:
`type` TINYINT(1) NOT NULL DEFAULT \'0\'
The intent of the column is to store an integer value not to e
Put that in your connection string to use tinyint as number
TreatTinyAsBoolean=false