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

added support for T-SQL left and right joins (*= and =*) #738

Merged
merged 1 commit into from Sep 14, 2023

Conversation

nbauma109
Copy link

@nbauma109 nbauma109 commented Jan 29, 2019

Added support for 2 new operators supported:
*= (LEFT OUTER JOIN)
=* (RIGHT OUTER JOIN)
This is Transact-SQL syntax.
I thought it would be good to have that in addition to the Oracle (+)
Please note I don't handle misplaced usage of that operator

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 82.925% when pulling 786c8fc on nbauma109:master into 7cd189c on JSQLParser:master.

@goranschwarz
Copy link

@nbauma109
Are you working on this issue?
Or has this PR been abended?

I have client code that needs to be parsed that are using the old style '*=' of outer join

@wumpz
Copy link
Member

wumpz commented Nov 6, 2020

No. Sorry. Must have overlooked it. The changes look good so far. Please remove the conflicts and I will merge it.

@goranschwarz
Copy link

@wumpz I didn't create the PR, the author is @nbauma109... So I can't fix the conflicts...

@manticore-projects manticore-projects merged commit 0b50da4 into JSQLParser:master Sep 14, 2023
@manticore-projects
Copy link
Contributor

Thank you for your contribution!
I have merged it into latest master and resolved any conflicts.

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.

None yet

5 participants