Skip to content

Commit f7b6c37

Browse files
committed
override ignores_table_name_case
1 parent 19def3c commit f7b6c37

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
@@ -18,6 +18,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
1818
has_select_for_update = True
1919
has_select_for_update_nowait = True
2020
has_zoneinfo_database = pytz is not None
21+
ignores_table_name_case = True
2122
ignores_quoted_identifier_case = True
2223
requires_literal_defaults = True
2324
requires_sqlparse_for_splitting = False

0 commit comments

Comments
 (0)