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
需要实现 "返回行数过多" 的功能
补充一个limit, 值设置为阈值+1, 然后尝试执行这条查询, 如果返回结果超过阈值则检测失败
The text was updated successfully, but these errors were encountered:
Merge pull request #240 from actiontech/main
db66f58
sync main into main-ee
No branches or pull requests
原始需求
当前需求
需要实现 "返回行数过多" 的功能
SQLE 规则
开发方案
检查select 语句是否有limit
没有
补充一个limit, 值设置为阈值+1, 然后尝试执行这条查询, 如果返回结果超过阈值则检测失败
有
The text was updated successfully, but these errors were encountered: