DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

executor、server、planner: Increase the support of the returning keyword #83

Closed Orion7r closed 2 years ago

Orion7r commented 2 years ago

What is changed and how it works?

What's Changed: Added support for returning keyword in 'dml' statement, like, insert returning, update returning.

How it Works: now, we can use insert\update\delete returning statement