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

CDC table do not report error with foreign key #19284

Closed
st1page opened this issue Nov 7, 2024 · 0 comments · Fixed by #19255
Closed

CDC table do not report error with foreign key #19284

st1page opened this issue Nov 7, 2024 · 0 comments · Fixed by #19255
Assignees
Milestone

Comments

@st1page
Copy link
Contributor

st1page commented Nov 7, 2024

dev=> create table test(k int primary key, v1 int default 5, foreign key (v1) references tttt (vvvv)) from pg_source tab
le 'public.t';
CREATE_TABLE
@st1page st1page self-assigned this Nov 7, 2024
@github-actions github-actions bot added this to the release-2.2 milestone Nov 7, 2024
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 a pull request may close this issue.

1 participant