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

SQL parser produces confusing error message when referenced table unused #582

Open
ithinkihaveacat opened this issue Mar 11, 2013 · 2 comments

Comments

@ithinkihaveacat
Copy link

The SQL

select name from aaa, bbb where aaa.id = 7;

produces the confusing error message Cannot read property 'rhs' of undefined. (Because JOIN condition not satisfied?)

@hochang
Copy link
Member

hochang commented Mar 20, 2013

Would you please post your error response?

@ithinkihaveacat
Copy link
Author

What do you mean by error response? Following the link above gives Cannot read property 'rhs' of undefined, although I just realised that's the Chrome error message, and I get something different in Safari:

qlio1
qlio2

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

2 participants