Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize: Don't touch "GROUP BY 1" type statements, keep original text #113

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Jun 24, 2021

This avoids obscuring the semantic meaning of integers in the GROUP BY
clause, which is to reference a particular column in the target list.

In passing, refactor the normalize function a bit for easier readability.

This avoids obscuring the semantic meaning of integers in the GROUP BY
clause, which is to reference a particular column in the target list.

In passing, refactor the normalize function a bit for easier readability.
@lfittl lfittl merged commit f71dbe4 into 13-latest Jun 24, 2021
@lfittl lfittl deleted the 13-latest-normalize-group-by branch June 24, 2021 20:46
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.

None yet

1 participant