Skip to content

Commit

Permalink
feat: add ParenthesedSelect delegate
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Apr 21, 2024
1 parent f169993 commit 66d05a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public ParenthesedSelect withSelect(Select selectBody) {
}

public ParenthesedSelect withOrderByElements(List<OrderByElement> orderByElements) {
super.setOrderByElements(orderByElements);
this.select.setOrderByElements(orderByElements);
return this;
}

Expand Down

0 comments on commit 66d05a2

Please sign in to comment.