Subject Re: [firebird-support] Odd listing in the DDL (FB 2.0, FlameRobin 0.7.6)
Author Milan Babuskov
red_october_canada wrote:
> I have the following domain declared:
>
> CREATE DOMAIN DOM_BOOLEAN
> AS Varchar(3)
> DEFAULT 'No'
> NOT NULL
> CHECK(VALUE IN ('No', 'Yes'))
> COLLATE NONE;
>
> Now look at the following output from FlameRobin
>
> ...
> IS_MYL DOM_BOOLEAN DEFAULT 'No',
> IS_RLP DOM_BOOLEAN DEFAULT 'No',
> IS_ACV DOM_BOOLEAN DEFAULT T 'Yes',
> IS_ATE DOM_BOOLEAN DEFAULT 'Yes',
> ...

Looks like a possible bug in FlameRobin, we'll look into it ASAP. Could
you please show us the original DDL you used to create IS_ACV ?

--
Milan Babuskov
http://www.flamerobin.org