Skip to content

Commit

Permalink
sdd only tables in mapping assistant panel
Browse files Browse the repository at this point in the history
  • Loading branch information
skomlaebri committed Mar 1, 2016
1 parent 52b16fd commit d87471a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,6 @@ private void addDatabaseTableToDataSetComboBox() {
DBMetadata md = DBMetadataExtractor.createMetadata(conn);
// this operation is EXPENSIVE -- only names are needed + a flag for table/view
DBMetadataExtractor.loadMetadata(md, conn, null);
// ROMAN (7 Oct 2015): I'm not sure we need to add "views" -- they are
// created by SQLQueryParser for complex queries that cannot be parsed
for (DatabaseRelationDefinition relation : md.getDatabaseRelations()) {
relationList.addElement(relation);
}
Expand Down

0 comments on commit d87471a

Please sign in to comment.