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

SELECT statement not parsed #7

Open
supipd opened this issue Mar 2, 2014 · 1 comment
Open

SELECT statement not parsed #7

supipd opened this issue Mar 2, 2014 · 1 comment

Comments

@supipd
Copy link

supipd commented Mar 2, 2014

It seems, that no other statements, only that in tests are parseable ?!?

 SELECT * FROM TABLE schema.table 

trying from browser index.html

{
 "name": "SyntaxError",
 "expected": [
   "\";\""
 ],
 "found": "*",
 "message": "Expected \";\" but \"*\" found.",
 "offset": 7,
 "line": 1,
 "column": 8
}
@langpavel
Copy link
Member

Unfortunately yes. I'm so busy on another work.
Select is too complicated to implement with full syntax support (joins, nested queries)
There is wip-select branch where some work is done. Please try it and feel free to write some feedback here
Thank you

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

No branches or pull requests

2 participants