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

Use 3rd generation parse engine instead of 2nd generation parse engine #2084

Closed
23 tasks done
terrymanu opened this issue Mar 25, 2019 · 0 comments
Closed
23 tasks done

Comments

@terrymanu
Copy link
Member

terrymanu commented Mar 25, 2019

3rd generation parse engine is already stable for MySQL parser.
2nd generation parse engine current do other database SQL parse now.
Should move all SQL parse feature to new parse engine, and remove 2nd generation parse engine.

  • MySQL
    • DDL
    • DML
    • DCL
    • TCL
    • DAL
  • PostgreSQL
    • DDL
    • DML
    • DCL
    • TCL
  • Oracle
    • DDL
    • DML
    • DCL
    • TCL
  • SQLServer
    • DDL
    • DML
    • DCL
    • TCL
  • Remove judge engine
  • Remove 2nd generation parse engine
@terrymanu terrymanu self-assigned this Mar 25, 2019
terrymanu added a commit that referenced this issue Mar 25, 2019
terrymanu added a commit that referenced this issue Mar 25, 2019
terrymanu added a commit that referenced this issue Mar 28, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue Mar 29, 2019
terrymanu added a commit that referenced this issue May 16, 2019
terrymanu added a commit that referenced this issue May 20, 2019
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

1 participant