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
详细描述你的操作步骤和结果,以及你的疑问 如题,只要在上线审核工单(update)前面加上注释信息,就会自动审核通过
The text was updated successfully, but these errors were encountered:
我也刚遇到这个问题 不过在/sql/utils/sql_review.py内加上 from .sql_utils/ import remove_comments 并在is_auto_review()中sql_content = workflow.sqlworkflowcontent.sql_content下面 加上sql_content = remove_comments(sql_content)好像可以解决一部分问题,不过还没有测试过其他场景
Sorry, something went wrong.
解决DML语句包含头部注释会绕过自动审批判断的问题 fix #949
eb4bb0d
移除sqlparse解析和Inception二次检测,提高判断效率
47d1242
6928f04
No branches or pull requests
问题描述
详细描述你的操作步骤和结果,以及你的疑问
如题,只要在上线审核工单(update)前面加上注释信息,就会自动审核通过
版本信息
The text was updated successfully, but these errors were encountered: