Subject Re: [firebird-support] Varchar Size of Field and Index Performance
Author Anderson Farias
Hi Sasha,

> but if you are going to use guids you should really consider defining a
> domain as
> create domain guid char(16) character set octets;
> because that's what guids are, an array of 16 bytes. More over, Fb 2.1
> introduces
> new built in function gen_uuid which returns exactly that.

Any way to use this aproache (_char(16)_) with FB 1.5 since common UDfs
returns a char(36) or char(22) -- "compressed guid" ??


Regards,
Anderson Farias