0.33.2
- Breaking Throw
InvalidCastException
instead ofMySqlException
fromMySqlDataReader.GetGuid
.- This is a breaking API change from Connector/NET, but matches other ADO.NET connectors.
- Fix default values of
MySqlParameter.ParameterName
and.SourceColumn
; they now follow MSDN documentation. - Fix
ObjectDisposedException
when a connection is returned to the pool: #411. - Fix
NotSupportedException
whenMySqlParameter.Value
is set to achar
: #412.