[DBAL-161] Character Set of Database not UTF-8 Created: 07/Sep/11 Updated: 20/Nov/12 Resolved: 05/May/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hari K T | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| 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 |
| Comments |
| Comment by Benjamin Eberlei [ 05/May/12 ] |
|
Yes these are not connected, however we changed the default collation to UTF-8 for DBAL 2.3 |
| Comment by Ivan Borzenkov [ 20/Nov/12 ] |
|
not fixed or broken now |