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

#5927 PG: multipel resultsets support

上级 8e91f0e2
......@@ -32,6 +32,11 @@ class PostgreDataSourceInfo extends JDBCDataSourceInfo {
supportsLimits = dataSource.getServerType().isSupportsLimits();
}
@Override
public boolean supportsMultipleResults() {
return true;
}
@Override
public boolean supportsResultSetLimit() {
// ??? Disable maxRows for data transfer - it turns cursors off ?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册