Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
INSERT with SetOperations
Appease Codazy/PMD
  • Loading branch information
manticore-projects committed May 8, 2022
commit 5a2381fbce735de579511fd281386ce4b213c952
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public ItemsList getItemsList() {

@Deprecated
public boolean isUseValues() {
return (select!=null && select.getSelectBody() instanceof ValuesStatement);
return select!=null && select.getSelectBody() instanceof ValuesStatement;
}

public boolean isReturningAllColumns() {
Expand Down