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
DBA 权限为什么查不出来29万行,手动加limit 一直提示”参数为空“???!!!
期待结果:
实际结果:
部署方式:手工部署 1.5.0
The text was updated successfully, but these errors were encountered:
SQL中去掉LIMIT,用 max 显示 参数为空!!! 想要申请权限修改结果集大小,但是显示有权限,不让添加,修改不了结果集!!! 急急急!!!!!
Sorry, something went wrong.
http://139.199.0.191/sqlquery/ 已在demo页面复现
复现步骤 查询时结果集大小选择max , 输入任意查询, 点击查询
https://github.com/hhyo/Archery/blob/master/sql/query.py#L46 这一行改为
if None in [sql_content, db_name, instance_name, limit_num]:
9b5bc2f
fix hhyo#151
887b526
hhyo
No branches or pull requests
重现步骤
DBA 权限为什么查不出来29万行,手动加limit 一直提示”参数为空“???!!!
期待结果和实际结果
期待结果:
实际结果:
截图
版本信息
部署方式:手工部署 1.5.0
The text was updated successfully, but these errors were encountered: