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

[DAT-8744] Drop column sql generator fix for db2z #2282

Merged
merged 2 commits into from Jan 19, 2022
Merged

[DAT-8744] Drop column sql generator fix for db2z #2282

merged 2 commits into from Jan 19, 2022

Conversation

AlexanderSashchenko
Copy link
Contributor

@AlexanderSashchenko AlexanderSashchenko commented Dec 20, 2021

Environment

Liquibase Version: 4.3.0++

Liquibase Integration & Version: CLI

Liquibase Extension(s) & Version: na

Database Vendor & Version: DB2 on z/OS 11+

Operating System Type & Version: any

Pull Request Type

  • Bug fix (non-breaking change which fixes an issue.)
  • Enhancement/New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Starting from version 11 of DB2 on z/OS it is possible to commit statement for dropping a column:
https://www.ibm.com/docs/en/db2-for-zos/11?topic=statements-alter-table
Though a column wouldn't be dropped right after commit it is placed into REORG state and might be dropped later.
This PR is created to add a possibility to to commit such statement.

Fast Track PR Acceptance Checklist:

Need Help?

Come chat with us on our discord channel

@kataggart kataggart added the Test Harness Issue needs validation and/or replication via the Test Harness label Dec 30, 2021
@nvoxland nvoxland merged commit 0d9c95f into master Jan 19, 2022
@nvoxland nvoxland deleted the DAT-8744 branch January 19, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Harness Issue needs validation and/or replication via the Test Harness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants