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

Update MySql driver to v8.0, remove 5.1 #307

Open
jmf-tls opened this issue Feb 17, 2022 · 0 comments
Open

Update MySql driver to v8.0, remove 5.1 #307

jmf-tls opened this issue Feb 17, 2022 · 0 comments

Comments

@jmf-tls
Copy link
Member

jmf-tls commented Feb 17, 2022

According to the MySql support team, 8.0 doesn't have this bug. So are we planning to not support 5.1 anymore?

I checked, and it doesn't have the bug. We are not currently using MySQL, but I we should keep support in PDB, I guess... We could split this into a PDB API module and then implementation modules, that way we could have a mysql5 and a mysql8, each with a different driver version and different capabilities. Or we could bump the driver version, adjust the code, and release a major version.

MySql 5.7 EOL will be next year(October 21, 2023) so maybe we could just support it until then and after just support 8.0

Originally posted by @upsidedownsmile in #299 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant