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

Postgres NATURAL LEFT/RIGHT joins #1560

Merged
merged 2 commits into from Jun 28, 2022

Conversation

manticore-projects
Copy link
Contributor

Fixes #1559
Make NATURAL an optional Join Keyword, which can be combined with LEFT, RIGHT, INNER
Add tests

Fixes JSQLParser#1559
Make NATURAL an optional Join Keyword, which can be combined with LEFT, RIGHT, INNER
Add tests
Amend readme
Revert successful Oracle test
@wumpz wumpz merged commit 74a0f2f into JSQLParser:master Jun 28, 2022
@manticore-projects manticore-projects deleted the NaturalLeftJoin branch July 19, 2022 23:34
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.

NATURAL [LEFT/RIGHT] JOIN construction support
2 participants