Skip to content

fix: $self reference to func column in having#1539

Merged
patricebender merged 3 commits intomainfrom
fix/dollar-self-func-in-having-v2
Mar 27, 2026
Merged

fix: $self reference to func column in having#1539
patricebender merged 3 commits intomainfrom
fix/dollar-self-func-in-having-v2

Conversation

@patricebender
Copy link
Copy Markdown
Member

calculateDollarSelfColumn didn't handle func type columns, causing $self.<aggregate> in having to produce a spurious val: undefined on the result.

Closes #1528

`calculateDollarSelfColumn` didn't handle `func` type columns,
causing `$self.<aggregate>` in `having` to produce a spurious
`val: undefined` on the result.

Closes #1528
@patricebender patricebender enabled auto-merge (squash) March 27, 2026 09:37
@patricebender patricebender merged commit 9eac576 into main Mar 27, 2026
6 checks passed
@patricebender patricebender deleted the fix/dollar-self-func-in-having-v2 branch March 27, 2026 13:20
@cap-bots cap-bots mentioned this pull request Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wrong translation for $self.<aggregate ref> in having

2 participants