xiaobo

Results 2 issues of xiaobo

using precision instead of scale to determin columnType is float or double. e.g. current logic will treat 432246582.082388 (scale=6, precision =15) as float, instead, it should be double - [X]...