Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed May 29, 2024
1 parent f0e116d commit 68ba43f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cake/internal/query.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,18 @@ pub type Select {
Select(
// with: String,
// with_recursive: String, ?
// TODO: singular field:
selects: Selects,
// modifier: String,
// distinct: String,
// window: String,
from: From,
// TODO: singular field:
joins: Joins,
where: Where,
group_by: GroupBy,
having: Where,
// TODO: rename to order_bys
// and wrap it as OrderBys{NoOrders OrderBys(List(OrderBy)}
// TODO: wrap it as OrderBys{NoOrders OrderBys(List(OrderBy)}
order_by: List(OrderBy),
// TODO: split up and wrap
limit_offset: LimitOffset,
Expand Down

0 comments on commit 68ba43f

Please sign in to comment.