MySQL for Visual Studio Release Notes

4.2 Changes in MySQL for Visual Studio 1.1.3 (2014-01-14, General Availability)

This is the first GA release in the MySQL for Visual Studio 1.1 series, and it is a version suitable for production environments. It is compatible with Connector/Net 6.8.3, and it supports MySQL Server versions 5.0 to 5.6. It includes the following features:

Bugs Fixed

  • Intellisense did not treat the keywords describe and desc as synonyms of explain. (Bug #17956087)

  • Intellisense showed views from all databases, instead of just the current one. (Bug #17954412)

  • The debugger failed with parser errors when debugging stored procedures with a Leave statement. (Bug #17616344)