提交 72acd155 编写于 作者: S Serge Rider

#1836 PL/SQL parser fix (LOOP/END LOOP blocks)

上级 5eb854f0
......@@ -45,7 +45,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}
{"IF", SQLConstants.BLOCK_END},
{"LOOP", SQLConstants.BLOCK_END + " LOOP"}
};
public static final String[] ADVANCED_KEYWORDS = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册