You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at this example. The alias of the inner join is parsed properly, but the tree representation turns it into an Unshaped node while it should be an AliasExpr.
@machow The plsql.g4 file doesn't need changing for this, I think, but the ast.py file does. Is this correct? Do you have time to pair on this at some point?
The text was updated successfully, but these errors were encountered:
Look at this example. The alias of the inner join is parsed properly, but the tree representation turns it into an
Unshaped
node while it should be anAliasExpr
.@machow The
plsql.g4
file doesn't need changing for this, I think, but theast.py
file does. Is this correct? Do you have time to pair on this at some point?The text was updated successfully, but these errors were encountered: