Skip to content

Commit 7acaf0b

Browse files
committed
add an unsupported feature
1 parent a476080 commit 7acaf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql_server/pyodbc/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
1616
ignores_quoted_identifier_case = True
1717
requires_literal_defaults = True
1818
requires_sqlparse_for_splitting = False
19+
supports_index_on_text_field = False
1920
supports_nullable_unique_constraints = False
2021
supports_paramstyle_pyformat = False
2122
supports_partially_nullable_unique_constraints = False

0 commit comments

Comments
 (0)