pingcap / django-tidb

TiDB dialect for Django
Apache License 2.0
30 stars 17 forks source link

enable savepoint with tidb 6.2.0 #28

Closed hawkingrei closed 1 year ago

hawkingrei commented 2 years ago

Signed-off-by: Weizhen Wang wangweizhen@pingcap.com

sre-bot commented 2 years ago

CLA assistant check
All committers have signed the CLA.

zhangyangyu commented 2 years ago

Could we also turn support_transaction on? I remember the reason to disable it is because not support savepoint(see the link in code). And various tests could also work. image