Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comma on ALTER TABLE with ENUM #234

Closed
MasterSalomon opened this issue Mar 14, 2019 · 1 comment · Fixed by #485
Closed

Missing comma on ALTER TABLE with ENUM #234

MasterSalomon opened this issue Mar 14, 2019 · 1 comment · Fixed by #485
Assignees
Labels
Milestone

Comments

@MasterSalomon
Copy link

Hi,

the following statement:

ALTER TABLE `mail_template` CHANGE COLUMN `mtpl_group` `mtpl_group` ENUM('ORDER') NULL DEFAULT NULL ;

throws an exeception: "Missing comma before start of a new alter operation.".

When renamed 'ORDER' to 'TEST' parser works fine.

@williamdes williamdes added the bug label Mar 14, 2019
@niconoe-
Copy link
Contributor

After a test, #485 fixes this. No matter the operation is a MODIFY or a CHANGE.

@williamdes williamdes added this to the 5.9.0 milestone Jun 29, 2023
@williamdes williamdes self-assigned this Jun 29, 2023
williamdes added a commit that referenced this issue Jun 29, 2023
Pull-request: #485

Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants