Open kahlil29 opened 5 years ago
In the sql type to DBType mapping there is no correct mapping for tinyint. Currently mapping it to Int2.
DBType
tinyint
Int2
In the sql type to
DBType
mapping there is no correct mapping fortinyint
. Currently mapping it toInt2
.