MySQL Connector/NET Release Notes  /  Changes in MySQL Connector/Net 1.0  /  Changes in MySQL Connector/NET 1.0.2 (2004-11-15, Gamma)

Changes in MySQL Connector/NET 1.0.2 (2004-11-15, Gamma)

Bugs Fixed

  • Fixed Objects not being disposed (Bug #6649)

  • Fixed Charset-map for UCS-2 (Bug #6541)

  • Fixed Zero date "0000-00-00" is returned wrong when filling Dataset (Bug #6429)

  • Fixed double type handling in MySqlParameter(string parameterName, object value). (Bug #6428)

  • Fixed Installation directory ignored using custom installation (Bug #6329)

  • Fixed #HY000 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ (Bug #6322)

  • Added the TableEditor CS and VB sample

  • Added charset connection string option

  • Fixed problem with MySqlBinary where string values could not be used to update extended text columns

  • Provider is now using character set specified by server as default

  • Updated the installer to include the new samples

  • Fixed problem where setting command text leaves the command in a prepared state

  • Fixed Long inserts take very long time (Bu #5453)

  • Fixed problem where calling stored procedures might cause an "Illegal mix of collations" problem.