linkedin / databus

Source-agnostic distributed change data capture system
Apache License 2.0
3.64k stars 735 forks source link

add int unsigned col type support #82

Closed buptyzc closed 8 years ago

buptyzc commented 8 years ago

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.

chavdar commented 8 years ago

LGTM