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

Return only at commit message in Postgres CDC #503

Merged
merged 6 commits into from
Oct 12, 2023

Conversation

iskakaushik
Copy link
Contributor

No description provided.

cfg.TableNameSchemaMapping[dstTableName] =
getModifiedSchemaRes.TableNameSchemaMapping[srcTableName]
}

Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [golangci] reported by reviewdog 🐶
unnecessary trailing newline (whitespace)

@heavycrystal
Copy link
Contributor

Also fixes lingering issues with schema changes support:

  1. DROP COLUMN is no longer supported, columns dropped will be detected but not propagated to the destination.
  2. correctness improvements to ALTER TABLE... ADD COLUMN

@heavycrystal heavycrystal merged commit 4d42a0e into main Oct 12, 2023
7 of 8 checks passed
@serprex serprex deleted the fix-return-on-commit branch July 19, 2024 15:17
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