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

Update keywords_lists.py to add Natural Join #403

Merged
merged 6 commits into from
Sep 24, 2023
Merged

Conversation

lavkeshg
Copy link
Contributor

SQLlite supports NATURAL JOIN and therefore this should have support handle those as well. Currently Subqueries or tables listed after NATURAL JOIN don't get picked up

SQLlite supports NATURAL JOIN and therefore this should have support handle those as well. Currently Subqueries or tables listed after NATURAL JOIN don't get picked up
@macbre
Copy link
Owner

macbre commented Jul 21, 2023

@lavkeshg - thanks for the PR. Can you please add a simple test case as well?

@macbre macbre merged commit 9590153 into macbre:master Sep 24, 2023
9 checks passed
macbre added a commit that referenced this pull request Sep 24, 2023
macbre added a commit that referenced this pull request Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants