We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d12b11 commit 205fec1Copy full SHA for 205fec1
sql_server/pyodbc/features.py
@@ -18,6 +18,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
18
ignores_quoted_identifier_case = True
19
requires_literal_defaults = True
20
requires_sqlparse_for_splitting = False
21
+ supports_ignore_conflicts = False
22
supports_index_on_text_field = False
23
supports_nullable_unique_constraints = True
24
supports_paramstyle_pyformat = False
0 commit comments