Pergunta

How can I set case insensitive collation for the whole database? Do I have to recreate the tables and data?

Database is firebird 2.5

Foi útil?

Solução

Quote from the release notes:

The character set and collation of existing columns are not affected by ALTER CHARACTER SET changes.

So yes, it seems that the best way would be to recreate the database with desired default character set and collation (and / or with explicit definitions in domains).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top