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

Switch to MySqlConnector #16

Closed
wants to merge 2 commits into from
Closed

Conversation

MarvinKlein1508
Copy link

@MarvinKlein1508 MarvinKlein1508 commented Jul 26, 2024

Checklist

  • I have read the Contributing Guide
  • I have checked to ensure this does not introduce an unintended breaking changes
  • I have considered appropriate testing for my change

Description

This PR removes the dependency to MySql.Data.MySqlClient and uses the MySqlCOnnector instead. This is required in order to connect to MariaDb V10 > or higher.

In order to get this working support for netstandard1.3 needs to be dropped.

Related to #8

@droyad
Copy link
Member

droyad commented Jul 29, 2024

Thank you for the PR, but this is already the library we are using on the release/6.0.0 branch (via #9)

Please try out the beta of 6.0 (prerelease) let me know how it goes.

@droyad droyad closed this Jul 29, 2024
@MarvinKlein1508
Copy link
Author

@droyad thanks, I will give it a try! :)

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