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

Add support for mariaDB version 10.10 and later. #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Lorenzo-oo
Copy link

Add support for MariaDB version 10.10 and later. should not affect older version of MariaDB or MySql

add commandinterceptors to remove DBnull errors on MariaDB >= 10.10. no impact on version before 10.10
append 'utf8mb3' and 'utf8mb4' charset to MySql.Data's internal mapping Dictionary
add 9.0 in csproj file

Tested with plugin MySqlWhitelist and KillRecords

SQL version tested:
mariadb-11.5.2
mariadb-10.10.7
mariadb-10.9.8
mariadb-10.6.20

mysql-5.7.44
mysql-8.0.40 MySqlException: Authentication method 'caching_sha2_password' not supported by any of the available plugins. There is another PR for that

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.

1 participant