提交 d5800fe8 编写于 作者: S Serge Rider

PG dialect: LOOP begins new block


Former-commit-id: 5e87882d
上级 4bc3a34e
......@@ -743,7 +743,8 @@ public class PostgreDialect extends JDBCSQLDialect {
// For postgreSQL-specific blocks ($$) we use special rule.
// BEGIN/END
return new String[][]{
{ SQLConstants.BLOCK_BEGIN, SQLConstants.BLOCK_END }
{ SQLConstants.BLOCK_BEGIN, SQLConstants.BLOCK_END },
{ "LOOP", "END LOOP" }
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册