We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94b791 commit 34aea4dCopy full SHA for 34aea4d
.travis.yml
@@ -125,7 +125,9 @@ before_script:
125
126
# HACK: workaround mysql bug: http://bugs.mysql.com/bug.php?id=74901
127
# needed for test_mysql.mysqlDBTest.testFilteringSpecialChars
128
- - sed -i 's/CREATE DATABASE \%s/CREATE DATABASE \%s COLLATE utf8_general_ci/'
+ # plus others. Otherwise we get:
129
+ # COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4'
130
+ - sed -i 's/CREATE DATABASE \%s/CREATE DATABASE \%s COLLATE utf8_general_ci/' roundup/backends/back_mysql.py
131
132
# build the .mo translation files and install them into a tree
133
# (locale/locale under roundup directory root)
0 commit comments