create collation of firebird(3.0.1) db error on windows but succeed on centos
问题 I try to create a collation on a new database(firebird3.0.1 on windows. I follows the steps: create database 'c:\tmp\ebizmis.fdb' user 'SYSDBA' password '123456' default character set utf8 collation unicode; connect 'c:\tmp\ebizmis.fdb' user 'SYSDBA' password '123456'; create collation py for utf8 from UNICODE case insensitive 'LOCALE=zh'; in this step, prompting error: Statement failed, SQLSTATE = HY000 unsuccessful metadata update -CREATE COLLATION PY failed -Invalid collation attributes