Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatype BOOLEAN doesn't show in Flamerobin #12

Closed
edwig opened this issue Mar 2, 2017 · 2 comments
Closed

Datatype BOOLEAN doesn't show in Flamerobin #12

edwig opened this issue Mar 2, 2017 · 2 comments

Comments

@edwig
Copy link

edwig commented Mar 2, 2017

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

@fernandobatels
Copy link

fernandobatels commented Jan 10, 2018

Hi, i would implement boolean type support, but I realized that this pull request #8 already implemented.

I test the current master branch of this repository and boolean datatype work fine.

@fernandobatels
Copy link

I open this issue #17 to asking for future releases, let's see what happens :)

@mariuz mariuz closed this as completed Apr 10, 2019
arvanus added a commit that referenced this issue Jan 1, 2021
mariuz pushed a commit that referenced this issue Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants