Skip to content

docker_internal/sql: explicitly set utf8 char set

clayton craft requested to merge craftyguy/mesa_ci_results:sql_utf8 into master

Mariadb defaults to latin1.. which causes problems with python3 if we do not explicitly encode/decode strings before sending them to sql.

Merge request reports