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
使用如下代码 报语法错误
DruidPooledConnection connection = dataSource.getConnection(); ResultSet resultSet = connection.prepareStatement("select array_length(['1'])").executeQuery();
错误信息如下: [ERROR][WallFilter] sql injection violation, dbType mariadb, druid-version 1.2.11, syntax error: ERROR. pos 21, line 1, column 21, token [ : select array_length(['1'])
需要设置setStrictSyntaxCheck=false
The text was updated successfully, but these errors were encountered:
优化中括号解析逻辑 alibaba#5908
4155fed
优化中括号解析逻辑 alibaba#5908 , alibaba#5743
优化中括号解析逻辑 #5908
3c2e4d9
优化中括号解析逻辑 #5908 , #5743
No branches or pull requests
使用如下代码 报语法错误
错误信息如下:
[ERROR][WallFilter] sql injection violation, dbType mariadb, druid-version 1.2.11, syntax error: ERROR. pos 21, line 1, column 21, token [ : select array_length(['1'])
需要设置setStrictSyntaxCheck=false
The text was updated successfully, but these errors were encountered: