Skip to content

Ensure proper handling of UUIDs for primary keys #1

@tarellel

Description

@tarellel

It currently always assumes BIGINT is being used and looks for the sequence assigned to the table. Thus assigning the default as nextval(sequence_name) rather than gen_random_uuid() when a UUID is specified.

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