This section summarizes many of the new features added to the 2.0 release series in relation to the MySQL for Visual Studio 1.2 release series. MySQL for Visual Studio 2.0.5 is a development release.
New features are described in the following sections:
For notes detailing the changes in each point release, see the MySQL for Visual Studio Release Notes.
An output pane was added to the MySQL SQL, JavaScript, and Python editors to display information about each executed query. The output pane includes the information that previously appeared in the Messages tab.
Beginning with MySQL for Visual Studio 2.0.5:
Support for Microsoft Visual Studio 2017 was added.
Support for Microsoft Visual Studio 2010 was removed.
A drop-down list was added to the toolbar of the SQL, JavaScript, and Python editors from which you can select a valid connection. JavaScript and Python editors show only the connections that support the X Protocol.
A new MySQL Connections Manager tool was added, and it can create and manage MySQL connections. It is found under the Server Explorer.
This button opens the MySQL Connections Manager dialog that enables the sharing of stored MySQL connections with MySQL Workbench, if it is installed. MySQL connections are displayed in a simpler way and can be created and edited from within this dialog. These connections can be imported to the Visual Studio Server Explorer for use with Visual Studio.
After opening the MySQL Connections Manager:
To add a new MySQL connection with the MySQL Connections Manager:
In the Server Explorer, and with MySQL Server 5.7, the MySQL connection context-menu was changed to show the options to create JavaScript or Python scripts, along with the existing SQL script option.
Select
or to launch the MySQL code editor for the selected language.Use the code editor to write and execute JavaScript or Python queries with MySQL Server 5.7 and higher, or as before, use SQL queries.
Select MyJs Script or MyPy Script to launch the MySQL code editor for the selected language.