-
Notifications
You must be signed in to change notification settings - Fork 7
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 MySQL 8 #921
Comments
The test suite fails equally with MySQL 5.7 and MySQL 8.0. There are two specs that fail with both DB versions. |
matiasgarciaisaia
added a commit
that referenced
this issue
Feb 9, 2024
matiasgarciaisaia
added a commit
that referenced
this issue
Feb 14, 2024
matiasgarciaisaia
added a commit
that referenced
this issue
Feb 15, 2024
matiasgarciaisaia
added a commit
that referenced
this issue
Feb 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWS RDS is dropping support for MySQL 5.7 on February 29th.
We should upgrade ResourceMap to ensure it works with MySQL 8+, in order to be able to migrate the production DB.
See #906
The text was updated successfully, but these errors were encountered: