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 for SELECT query (a AS b, b AS c), change in behavior between 4.1.9 and 4.1.10 #1835

Conversation

paulrutter
Copy link
Contributor

Fixes #1820

  • Only remove columns where the alias is not a column in the result itself
  • Add unit test

Thank you for the time you are putting into AlaSQL!

…and 4.1.10

- Only remove columns where the alias is not a column in the result itself
- Add unit test
@mathiasrw mathiasrw merged commit 37ffe88 into AlaSQL:develop Nov 13, 2023
10 checks passed
@mathiasrw
Copy link
Member

Epic. Thank you so much!

@mathiasrw
Copy link
Member

Released as part of v4.2.2

@paulrutter paulrutter deleted the maintenance/1820-fix-removing-alias-columns-from-result branch November 14, 2023 08:14
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.

SELECT query (a AS b, b AS c), change in behavior between 4.1.9 and 4.1.10
2 participants