Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu
Description
Hi Guys,
I was working with symfony command line and created the database with the app/console doctrine:create:database
Though the characterset I specified was UTF-8 , it created Latin character set .
@elliot was right too, the create database is not using any character set https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L328
You can see the issue created at https://github.com/symfony/symfony/issues/2044 and later Fabien confirmed the bug is related to Doctrine .
I am not sure its a Bug or a feature I am asking .
Thanks
Yes these are not connected, however we changed the default collation to UTF-8 for DBAL 2.3