Subject | Re: [firebird-support] Max identifier length? |
---|---|
Author | Milan Babuskov |
Post date | 2009-03-19T12:22:03Z |
Kjell Rilbe wrote:
I just tried the same with Cyrillic characters and ISQL and it looks
like a bug in Firebird. Maybe you should submit a bug report in the tracker.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> Try this in a DB with default charset UTF8:Hi Kjell,
>
> // Table name is 31 ASCII characters.
> // Works fine.
> create table "X234567890123456789012345678901" (
> "Dummy" int
> );
I just tried the same with Cyrillic characters and ISQL and it looks
like a bug in Firebird. Maybe you should submit a bug report in the tracker.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com