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

"ALTER EVENT" is not recognized by the SQL parser #404

Closed
SanaRebhi opened this issue Jan 4, 2023 · 2 comments · Fixed by #408
Closed

"ALTER EVENT" is not recognized by the SQL parser #404

SanaRebhi opened this issue Jan 4, 2023 · 2 comments · Fixed by #408
Assignees
Milestone

Comments

@SanaRebhi
Copy link

SanaRebhi commented Jan 4, 2023

It seems that the latest release of sql-parser (5.6.0) does not support "ALTER EVENTS" yet.
The AlterOperation component needs to be updated in order to add all the options for the EVENT.
Any plans to handle this kind of statements please?

@williamdes
Copy link
Member

Sure, thanks for reporting this :)

@iifawzi if you want to contribute :p

@iifawzi
Copy link
Contributor

iifawzi commented Jan 6, 2023

Sure, thanks for reporting this :)

@iifawzi if you want to contribute :p

Sure, most probably by the end of the next week, I will get back on the track

niconoe- added a commit to niconoe-/sql-parser that referenced this issue Jan 9, 2023
williamdes added a commit that referenced this issue Jan 12, 2023
…rser implementation

Pull-request: #409

Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this issue Jan 12, 2023
Fixes: #404
Pull-request: #408

Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this issue Jan 12, 2023
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes self-assigned this Jan 12, 2023
@williamdes williamdes added this to the 5.7.0 milestone Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants