-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
PL/SQL: subquery_operation_part in atom #4348
Labels
Comments
Yes, that is also a source of ambiguity. For union10.sql, the ambiguity trees are:
Without the "extra" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PL/SQL atom currently allows
subquery
to be followed bysubquery_operation_part
after)
:grammars-v4/sql/plsql/PlSqlParser.g4
Line 6509 in 3f8074f
Is this correct? If so, where is it documented?
This "addition" comes from this commit: porcelli/plsql-parser@1b9a348. And the test file included in that commit passes the current grammar without the "extra"
subquery_operation_part
.The text was updated successfully, but these errors were encountered: