Question

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

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top