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