Skip to content

Commit c7445a8

Browse files
committed
allow comments on columns and tables
1 parent b311485 commit c7445a8

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
requires_literal_defaults = True
3434
requires_sqlparse_for_splitting = False
3535
supports_boolean_expr_in_select_clause = False
36+
supports_comments = True
3637
supports_covering_indexes = True
3738
supports_deferrable_unique_constraints = False
3839
supports_expression_indexes = False

0 commit comments

Comments
 (0)