[Question] v3.1.8 版本检测报错,v2.3.5 版本检测通过
描述问题
在v3.1.8 版本执行:(举例语句)
insert into test(voided_time_millis, is_err, voided_reason) VALUES ( NULL, 0, NULL);
提示报错如下: Error info:%!(EXTRA string=voided_time _millis) %! (EXTRA string=voided_reas on)
但是在v2.3.5 版本执行则可以检测通过并执行成功
期望的结果 v3.1.8 版本也能正常检测和执行
截图
部署方式
- [ ] Docker
- [x] Manual
环境 (请填写环境信息):
- 操作系统: ubuntu 18/04
- 浏览器:chrome
- 版本号:v3.1.8
- 数据库:MySQL5.7
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Title: [Question] v3.1.8 version detection reported an error, v2.3.5 version detection passed
Describe the problem
Execute in v3.1.8 version:
insert into test(voided_time_millis, is_err, voided_reason) VALUES ( NULL, 0, NULL);
The error message is as follows: Error info: %!(EXTRA string=voided_time _millis) %! (EXTRA string=voided_reas on)
However, if executed in version v2.3.5, it can be detected and executed successfully.
Desired results The v3.1.8 version can also be detected and executed normally.
screenshot
Deployment method
- [ ] Docker
- [x] Manual
Environment (please fill in environmental information):
- Operating system: ubuntu 18/04
- Browser: chrome
- Version number: v3.1.8
- Database: MySQL5.7
是否可以提供一下建表语句呢 @ChengJiuSu
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Can you provide a table creation statement? @ChengJiuSu