Skip to content

Please add support for bit fields (or suggest a workaround) #123

@ToddG

Description

@ToddG

I'd like bit fields to be supported in squirrel.

REPRO

create table foo(
    flag        BIT(64) UNIQUE              NOT NULL
);

ERROR

One of the rows returned by this query has type `bit` which I cannot currently
generate code for.

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