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

add support multiple alter in alter table statement #60

Merged

Conversation

bchelli
Copy link
Contributor

@bchelli bchelli commented Aug 28, 2021

🚨🚨🚨 BREAKING CHANGE 🚨🚨🚨

This is breaking the AST interface for the alter table statement

  • change becomes changes (with a "s") and is an array of table alterations (TableAlteration[])

This is a PR to address the following issues:

@bchelli bchelli force-pushed the feature/add-support-multiple-alter-tables branch from 303ff80 to b8cdae1 Compare August 28, 2021 15:24
@oguimbal oguimbal merged commit c824b74 into oguimbal:master Aug 28, 2021
@oguimbal
Copy link
Owner

Rien à redire :)

Thanks a lot !

@oguimbal
Copy link
Owner

Released as pgsql-ast-parser@9.0.0 !

@oguimbal
Copy link
Owner

@bchelli Just in case you were planning to implement the pg-mem part 👉 You will have very hard time to do so, since pg-mem still uses pgsql-ast-parser v7... a refactoring is still ongoing to implement the v8 breaking changes.

I'm almost finished, I will push that asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants