Open zxealous opened 8 months ago
Let me see
检查下:check_overflow_for_decimal session变量,master和2.0的配置是否一致。
我这边测了下,master & 2.0 都会返回失败。
原因是:'123.123' 如果转成 '123.1230' 确实超出了decimal(6, 4)的范围
检查下:check_overflow_for_decimal session变量,master和2.0的配置是否一致。
我这边测了下,master & 2.0 都会返回失败。
原因是:'123.123' 如果转成 '123.1230' 确实超出了decimal(6, 4)的范围
看了下我这边master和2.0 check_overflow_for_decimal这个变量都是true,master能够查出,2.0不能查出。 我这边的版本: master: 4f5d405fc3 2.0: 655c9353d1
Search before asking
Version
2.0.5
What's Wrong?
case:
the case on 2.0.5:
the case on master is right:
What You Expected?
work well
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct