danfengcao / binlog2sql

Parse MySQL binlog to SQL you want
GNU General Public License v3.0
3.33k stars 1.04k forks source link

Double类型参数解析错误 #53

Open chaogehello opened 5 years ago

chaogehello commented 5 years ago

原始数据某个字段为double类型,值有 6位小数,但是经过解析成SQL过后只有5位,向上取整了。导致update语句无法更新到具体的数据,更新失败

test09527 commented 1 year ago

你好,目前这个问题解决了吗?我恢复数据时候也发现了这种问题,导致一部分数据恢复成功,一部分数据恢复失败

chaogehello commented 1 year ago

时 当时改了一些Python源码,具体不记得了,年代久远。

test09527 commented 1 year ago

大佬,您的binlog2sql有空可以发下吗?我看了下python代码,没有看到round,限制长度的相关代码