Mercurial > p > roundup > code
diff CHANGES.txt @ 6760:38e0fc1c7f11
issue2551216 - create mysql databases using COLLATE utf8_general_ci
Otherwise the test suite crashes in three tests under python2. With
python3 the crash does not happaen, but python3 passes with this
change as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 15:49:39 -0400 |
| parents | eccb2f53566d |
| children | 65da8d74c06e |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 05 19:45:12 2022 -0400 +++ b/CHANGES.txt Sun Jul 10 15:49:39 2022 -0400 @@ -112,6 +112,8 @@ frontend. (John Rouillard) - prevent submit button from showing up when using _generic.item.html if the user doesn't have edit permissions. (John Rouillard) +- issue2551216 - create new mysql databases using COLLATE + utf8_general_ci to prevent crashes in test suite. (John Rouillard) Features:
