DapperLib / Dapper

Dapper - a simple object mapper for .Net
https://www.learndapper.com/
Other
17.29k stars 3.67k forks source link

Add MariaDB test #2095

Open grooverdan opened 2 weeks ago

grooverdan commented 2 weeks ago

I can first understand what is actually different between MySQL and MariaDB, but it doesn't hurt to test.

Things like https://stackoverflow.com/questions/78627602/dapper-with-mariadb-stored-procedure-with-uuid-type-parameters show that there is a UUID type in MariaDB and not MySQL which might eventually need special handing within Dapper.