-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[ bug ] 查询DECIMAL(65, 0)数据前端展示错误 #1250
Comments
查询结果中有做bigint_as_string的处理,可以确认下相关逻辑 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
1.发现 Archery SQL 数据查询工具对数值类型的字段有显示错误
select * from x where amount = '186322984999999995904'
期待结果和实际结果
期待结果:

查出来的amount值应该为186322984999999995904
实际结果:
截图
如上
错误日志
版本信息
应用版本/分支:
Release v1.8.1
部署方式:Docker
The text was updated successfully, but these errors were encountered: