Skip to content

Compound keys aren't handled #8

@jmealo

Description

@jmealo

At minimum, it appears the ***FIXME*** code is reached when a logical decoding event is generated for a table with a compound index for its primary key.

Here is the DDL for a table that triggers this condition:

CREATE TABLE assesses
(
    student_id INTEGER NOT NULL,
    sparkpoint_id CHAR(8) NOT NULL,
    reflection TEXT,
    PRIMARY KEY (student_id, sparkpoint_id)
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions