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
An error was raised when encountered ALTER INDEX ..... statement running sql-lint through super-linter
Steps to reproduce
create some .sql file with ALTER INDEX foo RENAME TO bar;
run super-liter
Output
[sql-lint: my-sql-invalid-alter-option] Option 'index' is not a valid option, must be one of '["column","online","offline","ignore","database","event","function","procedure","server","table","tablespace","view"]'.
Expected Behavior
No error from linter. ALTER INDEX ... should be valid.
The text was updated successfully, but these errors were encountered:
An error was raised when encountered
ALTER INDEX .....
statement runningsql-lint
throughsuper-linter
Steps to reproduce
Output
[sql-lint: my-sql-invalid-alter-option] Option 'index' is not a valid option, must be one of '["column","online","offline","ignore","database","event","function","procedure","server","table","tablespace","view"]'.
Expected Behavior
No error from linter.
ALTER INDEX ...
should be valid.The text was updated successfully, but these errors were encountered: