Mysql col type contains int、tinyInt、mediumInt、bigInt。Dbus do not support these types。When we put these types with "int" in 'AvroPrimitiveTypes', If this types is set to unsigned,the value may be not right。For example,tinyInt unsigned( popular used in our system),192 in mysql,but we get -64. we do some changes to make it support int column Type.
Mysql col type contains int、tinyInt、mediumInt、bigInt。Dbus do not support these types。When we put these types with "int" in 'AvroPrimitiveTypes', If this types is set to unsigned,the value may be not right。For example,tinyInt unsigned( popular used in our system),192 in mysql,but we get -64. we do some changes to make it support int column Type.