Subject | Re: Error while checking if table aleady exists; |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-03-24T16:29:05Z |
Stephen,
columns in system tables are defined to have byte length 31 (character
length is null) and character set UNICODE_FSS (which means in worst
case 3 bytes/char). So, 31/3 = 10.
And one more thing. Please post you messages in plain text.
Best regards,
Roman
> > Yes, but I need a test case (for example, sample .ear or .jar)Theoretically, 31 / 3 = 10. This is due to the fact that system
> > that reproduces this problem. Otherwise it might take some time.
>
> I will have a go at writing a test case this evening to fix this.
> Could you please let me know what the name limit is?
columns in system tables are defined to have byte length 31 (character
length is null) and character set UNICODE_FSS (which means in worst
case 3 bytes/char). So, 31/3 = 10.
And one more thing. Please post you messages in plain text.
Best regards,
Roman