Subject | Re: [ib-support] unicode BUG in Firebird (probably in InterBase too) |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-02-13T08:03:53Z |
"Tomas Michalík" <michalik@...> wrote in message
news:3C567ACE.223BAE29@......
mouth, Tomas.
:-)
Not trying to imply that Dave's a horse (this is only an expression), but he
seems to work more than a horse pulling a cart all the day.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:3C567ACE.223BAE29@......
> Hi,I think you have received the answer off-line, straight from the horse's
>
> my colleague just spotted strange behaviour and I consider this a bug.
>
> CREATE DOMAIN COUNTRY_CODE AS CHAR(2) CHARACTER SET UNICODE_FSS NOT
> NULL;
> CREATE TABLE TAB_COUNTRY
> (
> COUNTRY COUNTRY_CODE,
> NAME VARCHAR(40) CHARACTER SET UNICODE_FSS NOT NULL,
> PRIMARY KEY (COUNTRY)
> );
>
> When connecting to this table via IBConsole (IBExpert or probably
> anything else)
> using charset UNICODE_FSS, following SQL command should not execute - it
> is CHAR(2) column - but it DOES !
mouth, Tomas.
:-)
Not trying to imply that Dave's a horse (this is only an expression), but he
seems to work more than a horse pulling a cart all the day.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing