提交 59f1b5f2 编写于 作者: S serge-rider

#3474 Vertica: remove projections from schema child nodes


Former-commit-id: 5ce8a09f
上级 f50d2eee
......@@ -66,7 +66,7 @@ public class VerticaSchema extends GenericSchema implements DBPSystemObject
@Override
public Collection<? extends DBSObject> getChildren(DBRProgressMonitor monitor) throws DBException {
List<DBSObject> children = new ArrayList<>(getTables(monitor));
children.addAll(getProjections(monitor));
//children.addAll(getProjections(monitor));
return children;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册