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 fd4b929 commit f785bfaCopy full SHA for f785bfa
mssql/features.py
@@ -33,6 +33,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
33
supports_index_on_text_field = False
34
supports_json_field_contains = False
35
supports_order_by_nulls_modifier = False
36
+ supports_over_clause = True
37
supports_paramstyle_pyformat = False
38
supports_primitives_in_json_field = False
39
supports_regex_backreferencing = True
0 commit comments