-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] 查询结果被四舍五入 #1104
Comments
Title: [Question] Query results are rounded |
我也遇到这个问题,请问怎么解决? |
I also encountered this problem, how to solve it? |
I also encountered this problem, how to solve it? |
如果只查询ID 很恼火的写法 |
V3.1.4 我也遇到这个问题,应该是和前端JS不支持bigint导致精度丢失,希望尽快修复 |
V3.1.4 I also encountered this problem. It should be caused by the front-end JS not supporting bigint, resulting in loss of precision. I hope it will be fixed as soon as possible. |
3.1.9 版本已修复 |
Version 3.1.9 has been fixed |
请给一份复现的数据 包括脱敏后的建表语句以及 插入值 |
Please provide a copy of the reproduced data, including the desensitized table creation statement and inserted values. |
CREATE TABLE INSERT INTO |
…ion mode for data sources, issue #1124. 2. Fixed the problem of permission escalation in query review mode, issue #1126. 3. Resolved the precision loss in query results under bigint(20) type, issue #1104. 4. Corrected the drawer not closing properly after a review operation, issue #1100. 5. Clean code.
It's been fixed, thanks |
描述问题
清查询结果被四舍五入
复现
重现该行为的步骤:
截图
部署方式
Manual
环境 (请填写环境信息):
The text was updated successfully, but these errors were encountered: