wallabag/tests/Wallabag
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
..
AnnotationBundle Enable PHPStan 2019-01-18 15:25:50 +01:00
ApiBundle Some cleanup 2019-04-01 14:34:20 +02:00
CoreBundle mysql: change collation of tag table 2019-05-19 23:37:49 +02:00
ImportBundle Merge remote-tracking branch 'origin/master' into 2.4 2019-02-07 18:01:15 +01:00
UserBundle CS 2019-05-10 15:49:39 +02:00