wallabag/tests/Wallabag/CoreBundle/Controller
Kevin Decherf feb239ea10 mysql: change collation of tag table
utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorrect tags to entries. This issue is due to
some unicode normalization done by MySQL.

utf8mb4_bin makes no unicode normalization, letting wallabag to consider
'cache' and 'caché' as two different tags.

We change the collation of the whole table as Doctrine does not support
setting a collation on a column for a specific platform (it tries to
apply utf8mb4_bin even for pgsql and sqlite).

Fixes #3302

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-05-19 23:37:49 +02:00
..
ConfigControllerTest.php Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
EntryControllerTest.php Fix tests & cs & migration 2019-04-26 12:53:21 +02:00
ExportControllerTest.php Enable PHPStan 2019-01-18 15:25:50 +01:00
FeedControllerTest.php Handle redirection from previous feeds 2019-04-26 13:40:58 +02:00
SecurityControllerTest.php Fix tests & cs & migration 2019-04-26 12:53:21 +02:00
SettingsControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
SiteCredentialControllerTest.php Disable controller access if feature disabled 2017-11-22 10:00:45 +01:00
StaticControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
TagControllerTest.php mysql: change collation of tag table 2019-05-19 23:37:49 +02:00