wallabag/tests/Wallabag/CoreBundle
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
..
Command Use a better index for hashed_url 2019-04-01 13:51:57 +02:00
Controller mysql: change collation of tag table 2019-05-19 23:37:49 +02:00
Event Ensure language is valid 2018-10-13 09:39:00 +02:00
fixtures Use an alternative way to detect image 2017-06-05 22:54:02 +02:00
Form/DataTransformer Add missing TestCase namespace 2017-12-18 13:29:33 +01:00
GuzzleSiteAuthenticator CS 2019-05-10 15:49:39 +02:00
Helper Fix test for custom version of the tidy extension 2019-01-23 13:28:02 +01:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter CS 2019-05-10 15:49:39 +02:00
Tools Counting two characters together as a word in CJK 2019-01-06 01:21:13 +08:00
Twig Fix tests & cs & migration 2019-04-26 12:53:21 +02:00
WallabagCoreTestCase.php Jump to Symfony 3.4 2018-10-04 14:11:57 +02:00