Skip to content

Commit 31daa66

Browse files
Chore: Add the max identifier length to the mssql adapter (#5527)
1 parent 725ebcc commit 31daa66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/core/engine_adapter/mssql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class MSSQLEngineAdapter(
5656
COMMENT_CREATION_TABLE = CommentCreationTable.UNSUPPORTED
5757
COMMENT_CREATION_VIEW = CommentCreationView.UNSUPPORTED
5858
SUPPORTS_REPLACE_TABLE = False
59+
MAX_IDENTIFIER_LENGTH = 128
5960
SUPPORTS_QUERY_EXECUTION_TRACKING = True
6061
SCHEMA_DIFFER_KWARGS = {
6162
"parameterized_type_defaults": {

0 commit comments

Comments
 (0)