Skip to content

Commit f785bfa

Browse files
authored
Enable support for window functions
1 parent fd4b929 commit f785bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mssql/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
3333
supports_index_on_text_field = False
3434
supports_json_field_contains = False
3535
supports_order_by_nulls_modifier = False
36+
supports_over_clause = True
3637
supports_paramstyle_pyformat = False
3738
supports_primitives_in_json_field = False
3839
supports_regex_backreferencing = True

0 commit comments

Comments
 (0)