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

Add support for old (+) join syntax #1224

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Add support for old (+) join syntax #1224

merged 1 commit into from
Feb 24, 2023

Conversation

georgesittas
Copy link
Collaborator

@georgesittas georgesittas commented Feb 24, 2023

Fixes #648

I only added this in exp.Column, because the Oracle docs suggest that it can't be used elsewhere:

The (+) operator can appear only in the WHERE clause or, in the context of left-correlation (when specifying the TABLE clause) in the FROM clause, and can be applied only to a column of a table or view.

In the future, we could try to transform these old syntax forms into the new ones (i.e. INNER JOIN, LEFT JOIN, etc).

@tobymao tobymao merged commit 08d7e8f into main Feb 24, 2023
@tobymao tobymao deleted the old_join_syntax_fixes branch February 24, 2023 16:29
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