Skip to content

Commit

Permalink
Remove database_default as keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Jul 28, 2022
1 parent 6caa759 commit eda7cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/sqlfluff/dialects/dialect_tsql.py
Expand Up @@ -455,9 +455,7 @@
Ref("PivotUnpivotStatementSegment"),
min_times=1,
),
CollateGrammar=Sequence(
"COLLATE", OneOf(Ref("CollationSegment"), "database_default")
),
CollateGrammar=Sequence("COLLATE", Ref("CollationSegment")),
)


Expand Down
1 change: 0 additions & 1 deletion src/sqlfluff/dialects/dialect_tsql_keywords.py
Expand Up @@ -240,7 +240,6 @@
"COMPRESSION_DELAY",
"CURSOR_CLOSE_ON_COMMIT",
"CYCLE",
"database_default",
"DATA_COMPRESSION",
"DATASOURCE",
"DATE",
Expand Down

0 comments on commit eda7cb4

Please sign in to comment.