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

Support primary key not in first column #282

Open
gridpoint opened this issue Nov 29, 2023 · 1 comment
Open

Support primary key not in first column #282

gridpoint opened this issue Nov 29, 2023 · 1 comment

Comments

@gridpoint
Copy link

gridpoint commented Nov 29, 2023

Hi team, if primary key is not in the first column. pg will raise exception "first column of remote table must be unique for INSERT/UPDATE/DELETE operation". In some way, we cannot change mysql table structure.

@surajkharage19
Copy link

Hi,

Currently, this is the limitation that the first column of remote table should be unique/primary key.
We will evaluate the possibility of overcoming this limitation in future but currently, that is not on our roadmap.

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

No branches or pull requests

2 participants