DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
387 stars 21 forks source link

To support PG compliant SQL DML statement #40

Open RogueJin opened 3 years ago

RogueJin commented 3 years ago

Development Task

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 functions in TiDB4PG project.

Task List

DCParser:

Please check the issue: https://github.com/DigitalChinaOpenSource/DCParser/issues/21

TiDB4PG

Keywords Implement