thegreenwebfoundation / greencheck-api

The green web foundation API
https://www.thegreenwebfoundation.org/
Apache License 2.0
9 stars 3 forks source link

Make sure we use UTF8 for urls #7

Closed arendjantetteroo closed 5 years ago

arendjantetteroo commented 5 years ago

This should avoid the rollbar issues we were seeing for : PDOException: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='

I also changed the greencheck_url table to be utf8mb4_general_ci as collation