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

Write tests demonstrating flaws with complicated queries (sub-selects, WITH, UNION, etc.) that feature variable name clashes #42585

Open
Tracked by #36911
tsmacdonald opened this issue May 13, 2024 · 1 comment

Comments

@tsmacdonald
Copy link
Member

tsmacdonald commented May 13, 2024

Really good real-world example here.

@crisptrutski
Copy link
Contributor

It's worth starting with small helper for mangling all the schema, table, alias, column, etc names in the queries, as I'm sure we'll be adding more tests from user queries in the future. doing it manually for this first example would be madness as well.

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

No branches or pull requests

3 participants