提交 1ca99631 编写于 作者: S Serge Rider

JDBC DS reconnect fix (dup contexts addition)

上级 55b31ef5
......@@ -415,6 +415,6 @@ public class JDBCExecutionContext extends AbstractExecutionContext<JDBCDataSourc
public void reconnect(DBRProgressMonitor monitor) throws DBCException {
close();
connect(monitor);
connect(monitor, null, null, false, false);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册