Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support utf8mb3 charset naming for MySQL 8 and MariaDB 10.6 #1323

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. Support utf8mb3 charset naming for MySQL 8 and MariaDB 10.6

    MySQL and MariaDB have long aliased the `utf8` charset to the
    underlying `utf8mb3`. They both switched to report the underlying
    charset name instead of the alias name, allowing `utf8` to target
    `utf8mb4` in the future.
    
    That means we need to explicitly map `utf8mb3` for folks running
    newer MySQL/MariaDB with older `utf8` dbs.
    jeremy committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f2d2839 View commit details
    Browse the repository at this point in the history