-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix issue 5944 #6017
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
Conversation
…r files should be trimmed or not. - Unit tests added. - Help CLI test updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Label error: This PR is being prevented from merging because you have not added one of the labels: APIBreakingChanges, breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged. |
Impact
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