Skip to content

Datatype BOOLEAN doesn't show in Flamerobin #12

Description

@edwig

When creating a table with a 'BOOLEAN' column,
this column does show in Flamerobin, but with the datatype "(1)".
This strange definition also shows in the generated DDL

This is the table definition

CREATE TABLE PRICE_LIST
(
NAME VARCHAR(100),
PRICE_EX DECIMAL(14,2),
PRICE_VAT DECIMAL(14,2),
PRICE_INC COMPUTED BY (price_ex + price_vat),
DONE BOOLEAN
);

See attached file for FlameRobin view
flamerobinboolean

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