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 update on tables with column type as "generated always as identity" fails #844

Open
arajkumar opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@arajkumar
Copy link
Contributor

Updating a row value in the following schema fails with error

create table metrics( "SerialNumber" integer generated always as identity, name text);
ERROR:  column "SerialNumber" can only be updated to DEFAULT
DETAIL:  Column "SerialNumber" is an identity column defined as GENERATED ALWAYS.

Currently, we handle only:

@dimitri dimitri added bug Something isn't working enhancement New feature or request labels Jul 16, 2024
@dimitri dimitri added this to the v0.17 milestone Jul 16, 2024
@dimitri dimitri modified the milestones: v0.17, v0.18 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants