r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
387 stars 107 forks source link

update mysql driver #802

Closed simonpcouch closed 3 months ago

simonpcouch commented 3 months ago

Cherry-picks 0a255a1 from #796 so that we can get GHA passing again. Now that #800 is also in, can merge remaining PRs upstream after this is merged and expect GHA to pass.

EDIT: The failures we're seeing on DBs (Windows) / MySQL in the last couple weeks are actually unrelated to the changes in the linked PR, which are related to the Linux MySQL installation. mysql.odbc was updated to v8.4.0 a couple weeks ago and that was actually the cause of the issue.

simonpcouch commented 3 months ago

Ah, I had missed that DBs (Windows) / MySQL had also started failing in later commits to #796. Will look into this further.