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

#3439 Oracle dialect fix (CASE clause)


Former-commit-id: 9be16b61
上级 c8ce0911
......@@ -47,7 +47,8 @@ class OracleSQLDialect extends JDBCSQLDialect {
public static final String[][] ORACLE_BEGIN_END_BLOCK = new String[][]{
{SQLConstants.BLOCK_BEGIN, SQLConstants.BLOCK_END},
{"IF", SQLConstants.BLOCK_END},
{"LOOP", SQLConstants.BLOCK_END + " LOOP"}
{"LOOP", SQLConstants.BLOCK_END + " LOOP"},
{"CASE", SQLConstants.BLOCK_END + " CASE"}
};
public static final String[] ADVANCED_KEYWORDS = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册