Skip to content

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

Open
patricebender wants to merge 1 commit intomainfrom
fix/dollar-self-func-in-having-v2
Open

fix: $self reference to func column in having#1539
patricebender wants to merge 1 commit intomainfrom
fix/dollar-self-func-in-having-v2

Conversation

@patricebender
Copy link
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
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

1 participant