0.31.2
- Breaking Throw
InvalidOperationException
whenMySqlCommand.Connection
can't be set (instead ofMySqlException
). - Breaking Throw
InvalidOperationException
fromMySqlCommand.Prepare
when preconditions aren't met. - Fix
NullReferenceException
whenMySqlCommand.Connection
isn't set (now correctly throwsInvalidOperationException
).