Closed pjungermann closed 3 months ago
Use lexer/statements/postgres/alter (previously: Alter, new: PostgresAlter) instead of lexer/statements/mysql/alter (Alter).
lexer/statements/postgres/alter
Alter
PostgresAlter
lexer/statements/mysql/alter
Add PostgresAlter to exports at statements.
Add test case for postgres-invalid-alter-option.
Without the changes, the test failed for option sequence introduced by PR #204.
sequence
Relates-to: PR #204
Use
lexer/statements/postgres/alter
(previously:Alter
, new:PostgresAlter
) instead oflexer/statements/mysql/alter
(Alter
).Add PostgresAlter to exports at statements.
Add test case for postgres-invalid-alter-option.
Without the changes, the test failed for option
sequence
introduced by PR #204.Relates-to: PR #204