Skip to content

Commit

Permalink
func in col
Browse files Browse the repository at this point in the history
  • Loading branch information
ru51a4 committed Jun 22, 2024
1 parent 4d8e738 commit e7aa2b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func buildQuery(b []*Query, item *Query, alias string) baseQuery {
tc = append(tc, &columns{
col: node.columns[i],
alias: node.columns[i+2].str,
_func: node.columns[i]._func,
})
i++
i++
Expand Down

0 comments on commit e7aa2b7

Please sign in to comment.