Subject Re: [firebird-support] Problem with index...Help
Author Ann W. Harrison
Edgar Britez wrote:
>
> Whatever is limits of length for indice in firebird 1.5 ?
>

It depends on the character set and collation you use. If you changed
either of those when doing you conversion, that's the problem. A
collation that considers case, accents, and special characters expands
each character 3:1. As far as I know, there were no changes in that
part of the index code between 1.0 and 1.5, but there may have been a
boundary condition that was tightened... Version 2 will be a lot better
at indexing strings with explicit collations.


Regards,


Ann