Closed henrycoding closed 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
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 ?