Skip to content

Commit

Permalink
Merge pull request #57 from kdhrubo/feature/43_join_table_column_incl…
Browse files Browse the repository at this point in the history
…usion

#43 - join table columns added to select, * not supported.
  • Loading branch information
kdhrubo authored Dec 24, 2023
2 parents 81a79a7 + e3c798c commit 14cbbba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private void addFieldsByTable(Table<?> table, List<String> columnNames, List<Fie
fields.add(field(f.getQualifiedName(), f.getType()));
}


}
}

Expand Down

0 comments on commit 14cbbba

Please sign in to comment.