There is a simple utility method that escapes strings that is present in the original driver and missing from this implementation. `MySqlHelper.EscapeString(string)`;
There is a simple utility method that escapes strings that is present in the original driver and missing from this implementation.
MySqlHelper.EscapeString(string);