We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在提交 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:
应该是前端boostrap的处理出现错误,可能需要转成字符串以避免这个错误
Sorry, something went wrong.
查询结果中有做bigint_as_string的处理,可以确认下相关逻辑
查询结果中有做bigint_as_string的处理,可以确认下相关逻辑 是说这段代码吗?目前有看到这个逻辑,但实际情况并没起作用? return HttpResponse(json.dumps(result, cls=ExtendJSONEncoderFTime, bigint_as_string=True), content_type='application/json')
6e18e93
No branches or pull requests
在提交 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: