simpleSqlParser icon indicating copy to clipboard operation
simpleSqlParser copied to clipboard

can not use. Too much defects .

Open YouXiang-Wang opened this issue 10 years ago • 1 comments

can not use. Too much defects .

  1. does not support comment
  2. does not support LEFT OUT JOIN
  3. does not support nested table SELECT * FROM (SELECT A FROM C)
  4. ......

YouXiang-Wang avatar Dec 11 '14 03:12 YouXiang-Wang

Hi!

You are right, these 3 features are not supported yet. As I wrote in the readme file:

simpleSqlParser is not a full SQL parser! It only support few SQL mechanisms and keywords. Feel free to make a pull request/issue.

simpleSqlParser is built empirically, because I originally needed only a few queries/keywords support. If you need more, please open a pull request or an issue and I'll try to help!

Also, did you try v1 or v2?

dsferruzza avatar Dec 14 '14 23:12 dsferruzza