提交 5e87882d 编写于 作者: S Serge Rider

PG dialect: LOOP begins new block

上级 2c31676b
...@@ -743,7 +743,8 @@ public class PostgreDialect extends JDBCSQLDialect { ...@@ -743,7 +743,8 @@ public class PostgreDialect extends JDBCSQLDialect {
// For postgreSQL-specific blocks ($$) we use special rule. // For postgreSQL-specific blocks ($$) we use special rule.
// BEGIN/END // BEGIN/END
return new String[][]{ 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.
先完成此消息的编辑!
想要评论请 注册