You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Mysql audit failed, when schema like "cmal-test". error message:
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-demo' at line 1
To Reproduce
Steps to reproduce the behavior:
在上线数据库创建一个schema "test-demo"
create database `test-demo`
在页面进行SQL审核,指定对应的schema "test-demo"
输入SQL进行审核
create table t1(id int)
审核失败,报错如描述所示
Expected behavior
期望审核成功
The text was updated successfully, but these errors were encountered:
SQLe Version
main
Describe the bug
Mysql audit failed, when schema like "cmal-test". error message:
To Reproduce
Steps to reproduce the behavior:
create database `test-demo`
Expected behavior
期望审核成功
The text was updated successfully, but these errors were encountered: