提交 6bea1ebc 编写于 作者: S Serge Rider

#34 Show non-default dbs


Former-commit-id: 677419d0
上级 122b68b9
......@@ -82,7 +82,7 @@ public class PostgreDataSource extends JDBCDataSource implements DBSObjectSelect
if (setActiveObject) {
PostgreDatabase object = getSelectedObject();
if (object != null) {
useDatabase(monitor, context, object);
// useDatabase(monitor, context, object);
}
}
}
......@@ -225,7 +225,7 @@ public class PostgreDataSource extends JDBCDataSource implements DBSObjectSelect
}
private void useDatabase(DBRProgressMonitor monitor, JDBCExecutionContext context, PostgreDatabase catalog) throws DBCException {
//throw new DBCException("Active database change not supported yet");
throw new DBCException("Active database change not supported yet");
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册