提交 014ac3f7 编写于 作者: S Serge Rider

#6618 Include SELECT to non-transactional queries


Former-commit-id: cde25aa0
上级 76ce47a0
......@@ -54,7 +54,7 @@ public class BasicSQLDialect implements SQLDialect {
}
};
protected static final String[] NON_TRANSACTIONAL_KEYWORDS = new String[]{
//SQLConstants.KEYWORD_SELECT, "WITH",
SQLConstants.KEYWORD_SELECT, "WITH",
"EXPLAIN", "DESCRIBE", "DESC", "USE", "SET", "COMMIT", "ROLLBACK"};
private static final String[] CORE_NON_TRANSACTIONAL_KEYWORDS = new String[]{
SQLConstants.KEYWORD_SELECT,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册