Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
hasa1K committed Nov 29, 2023
1 parent 2be5222 commit 133efba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/driver/mysql/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ func (i *MysqlDriverImpl) checkInvalidSelect(stmt *ast.SelectStmt) error {

// checkUnparsedStmt might add more check in future.
func (i *MysqlDriverImpl) checkUnparsedStmt(stmt *ast.UnparsedStmt) error {
// todo 解析器增加对evnet的支持,先提示不支持event语法正确性检查
// todo 解析器增加对evnet的支持,先提示`不支持event语法正确性检查`
if util.IsEventSQL(stmt.Text()) {
i.result.Add(driverV2.RuleLevelWarn, "", "不支持event语法正确性检查")
} else {
Expand Down

0 comments on commit 133efba

Please sign in to comment.