Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 308 Bytes

File metadata and controls

8 lines (5 loc) · 308 Bytes

SQL_PARSE

mysql parse project

  1. some sql parse test-cases include DDL such as CREATE,ALTER,DROP,RENAME, DML such as SELECT,INSERT,UPDATE,DELETE and so on.

  2. parse sql writing with C which is modified from mysql-5.6 depending on glib

  3. parse sql writing with go which is modified from kingshard parse