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

Mysql and friends do not support incrementBy on addAutoIncrement #298

Merged
merged 1 commit into from Jul 21, 2022

Conversation

nvoxland
Copy link
Contributor

@nvoxland nvoxland commented Jul 8, 2022

Description

Test updates for liquibase/liquibase#3026

Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

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

Hi, @nvoxland - Did you not also need to add any of the associated validation files for these tests?

@nvoxland
Copy link
Contributor Author

No, @XDelphiGrl, there were validation files already there which continue to work. For mysql/mariadb, we used to ignore the incrementBy field so there was nothing about it in the validation. Now I took those fields off on these database-specific overrides of default addAutoIncrement changelogs and the SQL for those remain the same.

@XDelphiGrl
Copy link
Contributor

Thank you for the explanation about the validation files, @nvoxland .

@nvoxland nvoxland changed the base branch from main to develop July 21, 2022 04:50
@nvoxland
Copy link
Contributor Author

Since the core PR got merged, I have to merge this to develop to keep tests passing. If you have comments, I can make an additional PR with changes

@nvoxland nvoxland merged commit c0addfe into develop Jul 21, 2022
@nvoxland nvoxland deleted the 2863 branch July 21, 2022 04:51
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.

None yet

2 participants