Skip to content

Commit

Permalink
Revert "allow unquoted non reserved keywords for drop column ddl"
Browse files Browse the repository at this point in the history
This reverts commit 6fe92d6.
  • Loading branch information
James Cor committed Nov 6, 2023
1 parent 6fe92d6 commit ffab0e2
Show file tree
Hide file tree
Showing 3 changed files with 6,677 additions and 6,778 deletions.
1 change: 0 additions & 1 deletion go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7632,7 +7632,6 @@ func TestKeywordsCorrectlyParse(t *testing.T) {
"SELECT %s.c FROM t",
"ALTER TABLE t DROP CONSTRAINT %s",
"ALTER TABLE t DROP CHECK %s",
"ALTER TABLE t DROP COLUMN %s",
}

for _, kw := range correctlyDoParse {
Expand Down
Loading

0 comments on commit ffab0e2

Please sign in to comment.