Explorar o código

Merge pull request #3 from blacktear23/issue2

#2 fix tidb not support save point
Rain Li %!s(int64=6) %!d(string=hai) anos
pai
achega
a64b0e2414
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      django_tidb/tidb/features.py

+ 1 - 0
django_tidb/tidb/features.py

@@ -3,3 +3,4 @@ from django.db.backends.mysql import base as mybase
 
 class DatabaseFeatures(mybase.DatabaseFeatures):
     supports_foreign_keys = False
+    uses_savepoints = False