binlog2sql icon indicating copy to clipboard operation
binlog2sql copied to clipboard

bit类型字段反解析问题

Open vzong opened this issue 6 years ago • 0 comments

执行语法报错: INSERT INTO TABLE1(ID,NAME.ISxx) VALUES(1,'CDF','0'); 执行语法正确: INSERT INTO TABLE1(ID,NAME.ISxx) VALUES(1,'CDF',b'0');

vzong avatar Sep 02 '19 07:09 vzong