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

Bug Fix: Merge with convergent schema changes #6323

Merged
merged 3 commits into from
Jul 12, 2023

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented Jul 12, 2023

There were a couple of gaps in our schema merge logic and testing when convergent schema changes happen on both sides of a merge. This change fixes an issue where columns could be omitted if they changed in exactly the same way, and also an issue with spurious FK conflicts if identical FKs were added on both sides of a merge.

@fulghum fulghum marked this pull request as ready for review July 12, 2023 17:22
@fulghum fulghum requested a review from jycor July 12, 2023 18:04
Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

LGTM, nice test!

@fulghum fulghum merged commit f70f336 into main Jul 12, 2023
19 checks passed
@Hydrocharged Hydrocharged deleted the fulghum/convergent-schema-merge branch August 24, 2023 00:08
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.

2 participants