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 00bbdca commit 9410603Copy full SHA for 9410603
mssql/features.py
@@ -21,13 +21,15 @@ class DatabaseFeatures(BaseDatabaseFeatures):
21
has_select_for_update_skip_locked = True
22
ignores_table_name_case = True
23
ignores_quoted_identifier_case = True
24
+ order_by_nulls_first = True
25
requires_literal_defaults = True
26
requires_sqlparse_for_splitting = False
27
supports_boolean_expr_in_select_clause = False
28
supports_deferrable_unique_constraints = False
29
supports_ignore_conflicts = False
30
supports_index_on_text_field = False
31
supports_json_field = False
32
+ supports_order_by_nulls_modifier = False
33
supports_paramstyle_pyformat = False
34
supports_regex_backreferencing = True
35
supports_sequence_reset = False
0 commit comments