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
期待结果:
实际结果:
### 版本信息 应用版本 image: hhyo/archery:1.7.12: 部署方式:Docker
The text was updated successfully, but these errors were encountered:
没看懂,你期望是能查还是不能查
Sorry, something went wrong.
t1 这个表,是没有给它分配权限的,t2这个表分配了权限,两个表联表查询,应该是要报 "t1 表没有查询权限"
感谢反馈,确认是解析表信息的bug
Archery/sql/engines/goinception.py
Line 189 in 6e55d25
经验证将这一行修改为以下内容可以解决
nodes = tree.find_max_tree("TableRefs", "Left", "Right")
不过需要@xxlrr 帮忙review一下
f8c274d
调整表信息解析方法,支持嵌套子查询 fix #861
ed12a3e
No branches or pull requests
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
期待结果和实际结果
期待结果:
实际结果:
截图
错误日志
The text was updated successfully, but these errors were encountered: