Subject Re: Error while checking if table aleady exists;
Author Roman Rokytskyy
Stephen,

> > Yes, but I need a test case (for example, sample .ear or .jar)
> > 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?

Theoretically, 31 / 3 = 10. This is due to the fact that system
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