Skip to content

PostgreSQL arrays fail to generate and does not issue error #488

Open
@CJCombrink

Description

@CJCombrink

The following table fails to generate a C++ Header:

CREATE TABLE public.my_table
(
    name                TEXT         UNIQUE NOT NULL,
    description         TEXT         DEFAULT NULL,
    vals                INTEGER[]    NOT NULL
);

I also don't get any errors when running the script

My command is:

ddl2cpp -split-tables -no-timestamp-warning create.sql generated my::namespace

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