Skip to content

Multiple statements in alter tables

Choose a tag to compare

@oguimbal oguimbal released this 28 Aug 17:38
· 113 commits to master since this release

Thanks to @bchelli via his PR #60 and @clemens-smartparking via this PR

🚨🚨🚨 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: