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

alasql.parse() instead alasql() #1

Open
agershun opened this issue Apr 20, 2015 · 2 comments
Open

alasql.parse() instead alasql() #1

agershun opened this issue Apr 20, 2015 · 2 comments

Comments

@agershun
Copy link
Member

We can use AlaSQL parser() function instead execution function alasql() to test SQL syntax. The syntax is:

    var ast = alasql.parse('SELECT * FROM one');
@mathiasrw
Copy link
Member

Good idea.

I will change that.

@mathiasrw
Copy link
Member

I am running a test on all test files with alasql.parse() to see what work we have with the parser

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

No branches or pull requests

2 participants