You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: