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

Fix issue 5944 #6017

Merged
merged 17 commits into from
Jun 19, 2024
Merged

Fix issue 5944 #6017

merged 17 commits into from
Jun 19, 2024

Conversation

MalloD12
Copy link
Collaborator

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

Fixes #5944

When LoadDataChange file contains some spaces in the headers that's causing liquibase to fail. With this PR we are adding a new configuration flag to control whether we want to trim these column names or we want to leave them as they are present in the file.

Things to be aware of

Things to worry about

Additional Context

@MalloD12 MalloD12 self-assigned this Jun 17, 2024
@MalloD12 MalloD12 changed the base branch from master to DAT-15923 June 17, 2024 16:32
@MalloD12 MalloD12 changed the base branch from DAT-15923 to master June 17, 2024 16:33
Copy link
Contributor

@StevenMassaro StevenMassaro left a comment

Choose a reason for hiding this comment

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

Nice!

@MalloD12 MalloD12 merged commit c3e808d into master Jun 19, 2024
35 checks passed
@MalloD12 MalloD12 deleted the fix-issue-5944 branch June 19, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Backwards compatible was broken from version 4.3.5 to 4.4.0 and above
5 participants