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 a476080 commit 7acaf0bCopy full SHA for 7acaf0b
sql_server/pyodbc/features.py
@@ -16,6 +16,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
16
ignores_quoted_identifier_case = True
17
requires_literal_defaults = True
18
requires_sqlparse_for_splitting = False
19
+ supports_index_on_text_field = False
20
supports_nullable_unique_constraints = False
21
supports_paramstyle_pyformat = False
22
supports_partially_nullable_unique_constraints = False
0 commit comments