Skip to content

Commit

Permalink
unions
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Apr 24, 2024
1 parent e042330 commit b72cf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cake/prepared_statement_builder/union_builder.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn apply_sql(
}
False -> {
acc
// UNION vs UNION ALL vs EXCEPT vs INTERSECT
|> prepared_statement.with_sql(" UNION ")
|> select_builder.apply_sql(sq)
}
Expand Down

0 comments on commit b72cf29

Please sign in to comment.