提交 28cb2d02 编写于 作者: S serge-rider

#8416 Transaction check fixed (SET keyword)

上级 c169ba6e
......@@ -467,7 +467,8 @@ public abstract class AbstractSQLDialect implements SQLDialect {
}
if (SQLConstants.KEYWORD_SELECT.equals(firstKeyword) ||
"SHOW".equals(firstKeyword) ||
"USE".equals(firstKeyword))
"USE".equals(firstKeyword) ||
"SET".equals(firstKeyword))
{
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册