MySQL Connector/NET Release Notes

9.7 Changes in MySQL Connector/NET 6.5.1 (2012-01-23, Beta)

Second beta release.

Bugs Fixed

  • IntelliSense would emit an error when the "-" (minus) character was typed. (Bug #13522344)

  • After an UPDATE statement, Connector/NET would generate incorrect SELECT SQL statements if a value in the WHERE clause was not also present in the SET clause of the UPDATE. (Bug #13491689, Bug #62134)

  • In Table Designer for Visual Studio, trying to delete foreign keys from an InnoDB table showed an error, and the change was not saved. (Bug #13481362)