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 to aliases and subqueries on ansi joins #11

Merged
merged 1 commit into from
Sep 30, 2016
Merged

Added support to aliases and subqueries on ansi joins #11

merged 1 commit into from
Sep 30, 2016

Conversation

nmorais
Copy link
Contributor

@nmorais nmorais commented Sep 30, 2016

  • Changed DML_TABLE_EXPRESSION_CLAUSE to not match keywords as table alias (inner, left, outer, join, ...)
  • Switched TABLE_REFERENCE to DML_TABLE_EXPRESSION_CLAUSE on JOIN_CLAUSE, OUTER_JOIN_CLAUSE and INNER_CROSS_JOIN_CLAUSE... in order to improve support for aliases, remote database tables and subqueries on ANSI JOINs
  • Added unit tests to cover new test cases

@felipebz
Copy link
Owner

👍 Looks good to me.

Thanks for your work!

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.

2 participants