Skip to content

Support join associativity #83

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

Closed
benesch opened this issue May 27, 2019 · 0 comments · Fixed by #100
Closed

Support join associativity #83

benesch opened this issue May 27, 2019 · 0 comments · Fixed by #100

Comments

@benesch
Copy link
Contributor

benesch commented May 27, 2019

Alternate join associativity can be forced with parentheses, as in:

SELECT * FROM a NATURAL JOIN (b NATURAL JOIN c);

The current parser doesn't support it, nor is the design of the SQLSelect struct particularly conducive to it.

benesch added a commit to benesch/sqlparser-rs that referenced this issue Jun 3, 2019
benesch added a commit to benesch/sqlparser-rs that referenced this issue Jun 4, 2019
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 a pull request may close this issue.

1 participant