AlaSQL / alasql-sqllogictest

sqllogictest for AlaSQL
MIT License
1 stars 1 forks source link

alasql.parse() instead alasql() #1

Open agershun opened 9 years ago

agershun commented 9 years ago

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 commented 9 years ago

Good idea.

I will change that.

mathiasrw commented 8 years ago

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