Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of VladanStef:
Url: https://github.com/doctrine/dbal/pull/198
Message:
I think default table collation should be changed to `utf8_unicode_ci`, as it handles properly a much wider array of characters (Cyrillic, for example) at a generally negligible cost of performance.
`utf8_general_ci` simply does not work properly with too many languages and should be avoided as a default.
A related Github Pull-Request [GH-198] was closed
https://github.com/doctrine/dbal/pull/198