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
rename clause -> withClause
  • Loading branch information
David Hayes committed Apr 7, 2025
commit 78dc7008c132ab926d2c1c77034656ba8ca01027
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public void setWithClause(String withClause) {
this.withClause = withClause;
}

public TableFunction withClause(String clause) {
this.withClause = clause;
public TableFunction withWithClause(String withClause) {
this.withClause = withClause;
return this;
}

Expand Down