https://github.com/Naragato/OrmLiteMySQLClientTests
Using the official oracle client with and setting a MySQL param as MySqlDbType.String, and using an enum value results in the string value of the enum inserted into the database. However using mysql-net, int is inserted.