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

ci: keep up with mysql driver updates #860

Merged
merged 2 commits into from
Nov 10, 2024
Merged

Conversation

detule
Copy link
Collaborator

@detule detule commented Oct 30, 2024

We should probably think about how we can avoid needing to do this in the future.

Couple of options:

  • We can ask choco to install a fixed version, I believe; or
  • Extract the driver version programmatically and inject it into the connection string.

First one is easy; the second would allow us to move forward with the driver versions without upkeep.

@detule
Copy link
Collaborator Author

detule commented Oct 30, 2024

Ended up going with the latter.

Copy link
Collaborator

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect. Thanks for making this happen.

@detule detule merged commit 190d335 into r-dbi:main Nov 10, 2024
18 of 19 checks passed
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

Successfully merging this pull request may close these issues.

2 participants