Kaydet (Commit) e3689129 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Set some transaction-related feature flags on SQLite.

Refs #22496.
üst 843613ad
......@@ -105,7 +105,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_foreign_keys = False
supports_check_constraints = False
autocommits_when_autocommit_is_off = True
supports_transactions = True
atomic_transactions = False
can_rollback_ddl = True
supports_paramstyle_pyformat = False
supports_sequence_reset = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment