Skip to content

Commit

Permalink
remove oudated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jan 14, 2025
1 parent 6184c74 commit bea156c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ pub fn translate_query_part(
query: &models::Query,
select: &mut sql::ast::Select,
) -> Result<(), Error> {
// the root table and the current table are the same at this point
let current_table_scope = TableScope::new(current_table.clone());

// translate order_by
Expand Down

0 comments on commit bea156c

Please sign in to comment.