Skip to content

Conversation

andy-wm-arthur
Copy link
Contributor

No description provided.

@andy-wm-arthur andy-wm-arthur requested a review from zachmu May 17, 2021 22:07
@andy-wm-arthur andy-wm-arthur marked this pull request as ready for review May 18, 2021 23:30
@@ -404,6 +404,10 @@ var QueryTests = []QueryTest{
Query: "select * from mytable t1 join mytable t2 on t2.i = t1.i where t2.i > 10",
Expected: []sql.Row{},
},
{
Query: "select * from mytable t1 join mytable T2 on T2.i = t1.i where T2.i > 10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should vary the case of the alias between declaration and use

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need lower case numbers

@andy-wm-arthur andy-wm-arthur merged commit 666b082 into master May 18, 2021
@andy-wm-arthur andy-wm-arthur deleted the andy/fix-alias-join-plan branch May 18, 2021 23:53
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.

2 participants