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

oracle join (+) vs. ( + ) #117

Closed
karsany opened this issue Mar 25, 2015 · 0 comments
Closed

oracle join (+) vs. ( + ) #117

karsany opened this issue Mar 25, 2015 · 0 comments

Comments

@karsany
Copy link

karsany commented Mar 25, 2015

I see, there is support for (+) syntax, but if in the statement "( + )" is instead of "(+)" then the parser throws ParseException. In other words:

The parser is good for this query:

    Select * From dual d1, dual d2 where d1.dummy = d2.dummy(+);

But the parser throws ParseException for this query:

    Select * From dual d1, dual d2 where d1.dummy = d2.dummy( + );
@karsany karsany changed the title oracle join right (+) vs. ( + ) oracle join (+) vs. ( + ) Mar 25, 2015
karsany added a commit to karsany/JSqlParser that referenced this issue Mar 26, 2015
@wumpz wumpz closed this as completed in b3d91de Mar 28, 2015
wumpz added a commit that referenced this issue Mar 28, 2015
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

No branches or pull requests

1 participant