提交 5ce8a09f 编写于 作者: S serge-rider

#3474 Vertica: remove projections from schema child nodes

上级 b08b71d2
......@@ -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.
先完成此消息的编辑!
想要评论请 注册