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

Make CreateTableStatement backward compatible #4354

Conversation

jccampanero
Copy link
Contributor

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Add a four argument constructor to CreateTableStatement to make it backward compatible.

Fixes #4322.

Amend #3108.

Things to be aware of

Nothing.

Things to worry about

Nothing.

Additional Context

N/A.

@MalloD12 MalloD12 added the SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions label Jun 13, 2023
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

Changes looks good to me. Thank you @jccampanero for creating this PR to amend #3108.

No need to add additional test cases, since there are already unit and integration tests which will make use of the different constructors. Build and all tests checks have been successfully executed.

@jccampanero
Copy link
Contributor Author

Approved.

Changes looks good to me. Thank you @jccampanero for creating this PR to amend #3108.

No need to add additional test cases, since there are already unit and integration tests which will make use of the different constructors. Build and all tests checks have been successfully executed.

Sorry again for the late reply @MalloD12 Daniel.

You are welcome, my pleasure.

@filipelautert filipelautert merged commit 36f2c30 into liquibase:master Jun 28, 2023
32 of 33 checks passed
@filipelautert filipelautert added this to the 1NEXT milestone Jun 28, 2023
@jccampanero jccampanero deleted the 4322_backward_incompatibility_createtablestatement branch June 28, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SafeToBuild Indicates that a particular PR contains changes which are safe to build using GitHub actions sprint2023-53 TypeBug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Backward incompatible change in CreateTableStatement
4 participants