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

DB2/Z Support cleanup of stored procedures with dependent procedures #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gahoekstraibm
Copy link
Contributor

Support cleanup of stored procedures with dependent procedures (Issue gahoekstraibm/flyway#5)

Issue has been fixed by iteratively dropping stored procedures without dependent procedures, until no stored procedures are left in the schema.

Flyway clean tested with multiple stored procedures having inter-dependencies:
SP_P calling SP_C, SP_C2, SP_C3
SP_C calling SP_C2, SP_C4
SP_C2
SP_C3
SP_C4
SP-C5

The cleanup is now done using the following iterations:

  1. SP_P and SP_C5 are deleted
  2. SP_C and SP_C3 are deleted
  3. SP_C2 and SP_C4 are deleted

@gahoekstraibm gahoekstraibm changed the title Support cleanup of stored procedures with dependent procedures DB2/Z Support cleanup of stored procedures with dependent procedures Mar 13, 2025
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.

1 participant