Skip to content
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 ] 1.5.0 DBA 查询不能获取完整结果集 #151

Closed
flyingonthebed opened this issue Apr 25, 2019 · 3 comments
Closed

[ bug ] 1.5.0 DBA 查询不能获取完整结果集 #151

flyingonthebed opened this issue Apr 25, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@flyingonthebed
Copy link
Contributor

重现步骤

DBA 权限为什么查不出来29万行,手动加limit 一直提示”参数为空“???!!!

期待结果和实际结果

期待结果:
image

实际结果:

截图

image

image

版本信息

部署方式:手工部署 1.5.0

@flyingonthebed
Copy link
Contributor Author

SQL中去掉LIMIT,用 max 显示 参数为空!!!
想要申请权限修改结果集大小,但是显示有权限,不让添加,修改不了结果集!!!
急急急!!!!!

@LeoQuote
Copy link
Collaborator

http://139.199.0.191/sqlquery/ 已在demo页面复现

复现步骤
查询时结果集大小选择max , 输入任意查询, 点击查询

@LeoQuote LeoQuote added the bug Something isn't working label Apr 25, 2019
@LeoQuote
Copy link
Collaborator

LeoQuote commented Apr 25, 2019

https://github.com/hhyo/Archery/blob/master/sql/query.py#L46 这一行改为

    if None in [sql_content, db_name, instance_name, limit_num]:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants