DCParser
DCParser copied to clipboard
## Development Task MySQL can use single quotes(') or double quotes(") to represent values, but PgSQL can only use single quotes(') to represent values. PgSQL's double quotes(") represent system identifiers,...
### Description Since TiDB is Mysql compliant database, we need to adjust DCParser yacc paser files to remove mysql keywords and add pg keywords, and then implement the keywords logic...
Many systems are built on postgres, mssql, and db2. Their all have database, schema, table lalyer. It is hard to do migration many applications to TiDB for it lack of...