warren830 opened a new pull request, #4477:
URL: https://github.com/apache/incubator-devlake/pull/4477

   ### Summary
   In mysql, the default collation is utf8mb4_general_ci is case insensitive. 
So when I was working on sonarqube dashboard, I found that we missed some data.
   This pr mainly add the following to mysql part in docker-compose.yml:
   ```yaml
       command:
         --character-set-server=utf8mb4
         --collation-server=utf8mb4_bin
   ```
   utf8mb4_bin is case sensitive
   
   
   ### Does this close any open issues?
   part of #2305 
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to