Skip to content

Commit

Permalink
for #2084, remove InsertSegment.duplicateKeyColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Apr 2, 2019
1 parent 621dcad commit 6d90ffa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public final class InsertSegment implements SQLSegment {

private final List<InsertValuesSegment> valuesList = new LinkedList<>();

private final List<String> duplicateKeyColumns = new LinkedList<>();

private int columnClauseStartIndex;

private int insertValuesListLastIndex;
Expand Down

0 comments on commit 6d90ffa

Please sign in to comment.