You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to parse the following SQL statement, the AlterStatement createed regarding this SQL is missing the "TO" option and the new name of the column.
ALTERTABLE potato RENAME COLUMN `KIND` TO `VARIETY`;
The linter give also the error:
> bin/lint-query --query 'ALTER TABLE potato RENAME COLUMN `KIND` TO `VARIETY`;'
#1: Virgule manquante avant le début d’une nouvelle opération ALTER. (near "TO" at position 40)
(French translation for "#1: Missing comma before the beginning of a new ALTER operation.").