The Wayback Machine - https://web.archive.org/web/20201011183003/https://github.com/JSQLParser/JSqlParser/pull/738
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

Open
wants to merge 1 commit into
base: master
from

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

@coveralls coveralls commented Jan 29, 2019

Coverage Status

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.