DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

Is the TiDB going to support ISOLATION operation? #53

Closed henrycoding closed 3 years ago

henrycoding commented 3 years ago

Current I run odoo , an open source ERP with postgresql, and it report that

psycopg2.errors.SyntaxError: syntax error at or near "ISOLATION" LINE 1: BEGIN ISOLATION LEVEL REPEATABLE READ ^

So I'd like to know if it is going to support this key word ?

AmoebaProtozoa commented 3 years ago

Hi Henry,

We are planning on adding complete support for Postgres' transaction syntax by next Friday (Sep 3), please look forward to it.

With that being said, a full compatibility with Odoo is not likely to happen in the near future. We have done some preliminary test before and found lots of compatibility issues related to Odoo's ORM layer.

If you would like to contribute and foster TiDB4PG's development, just open an issue and start coding!

You can also find our parser project here