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

fix is_alias_without_as logical error #523

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Conversation

MiuNice
Copy link
Contributor

@MiuNice MiuNice commented Aug 22, 2024

For this SQL:

SELECT A * B FROM C;

Was incorrectly parsed, columns=["A"], the right thing to do is ["A", "B"].

@macbre macbre merged commit 9a78fbc into macbre:master Aug 24, 2024
11 checks passed
@macbre
Copy link
Owner

macbre commented Aug 24, 2024

Thanks, @MiuNice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants