Bugs Fixed
MySqlCommand.Connection returns an
IDbConnection.
(Bug #7258)
Fixed problem that causes named pipes to not work with some blob functionality.
Fixed another small problem with prepared statements.
Quote character \222 not quoted in
EscapeString.
(Bug #7724)
Clone method bug in MySqlCommand.
(Bug #7478)
Added or filled out several more topics in the API reference documentation.
Fixed problem with shared memory connections.
Calling prepare causing exception. (Bug #7243)
MySqlDataReader.GetString(index) returns
non-Null value when field is Null.
(Bug #7612)
MySqlAdapter.Fill method throws error message
Non-negative number required.
(Bug #7345)
Problem with Multiple resultsets. (Bug #7436)
MySqlReader.GetInt32 throws exception if
column is unsigned.
(Bug #7755)
GetBytes was not working.
(Bug #7704)