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

Add support for table aliases #19

Closed
ianmcook opened this issue Dec 22, 2019 · 1 comment
Closed

Add support for table aliases #19

ianmcook opened this issue Dec 22, 2019 · 1 comment
Labels

Comments

@ianmcook
Copy link
Owner

@ianmcook ianmcook commented Dec 22, 2019

queryparser should allow:

  • column names prefixed with table names or table aliases followed by a dot
    • In single-table queries, it should simply remove these prefixes
  • table aliases in the FROM clause, with or without the AS keyword
@ianmcook
Copy link
Owner Author

@ianmcook ianmcook commented Jan 3, 2020

For joins, this is fixed in fa6120c

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.