dbForge Studio and dbForge Fusion for MySQL v 3.10 Released!

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Locked
heleng
Devart Team
Posts: 105
Joined: Fri 07 Nov 2008 12:11

dbForge Studio and dbForge Fusion for MySQL v 3.10 Released!

Post by heleng » Tue 09 Dec 2008 12:49

Dear users,

Devart is pleased to announce the release of dbForge Studio for MySQL 3.10 and dbForge Fusion for MySQL 3.10.

The new versions offer a number of improvements for working with database projects, significant increase of SQL editor performance, and better understanding of errors, warnings, and messages, while working.

This is the list of all new features in dbForge Studio for MySQL 3.10 and dbForge Fusion for MySQL 3.10:

Support of multiple database project deployment connections

Now you can set different connections for project configurations. These connections allow you to deploy the same database project to various servers. You get more freedom in handling the project. For example, you can test the project on one server and deploy the final version to another one.

Incremental database project synchronization with the server

Now when you apply the project changes to the server, you can deploy only the required ones and be sure that no data on the server will be lost as during the usual deployment. This feature is a good contribution to database development.

Database object dependencies supported

In prior versions the Generate DDL, Schema Export, New Project Wizard, Schema Synchronization wizards generated SQL scripts paying no attention to object dependencies. Now all objects in SQL scripts are generated based on object dependency sorting principle. For example, if View 1 refers to View 2, View 1 will come first or tables will follow those tables which refer to them.

This ensures that the generated SQL scripts will be executed without errors and you won't loose your time for additional code editing.

Optimized SQL editor performance

SQL editor performance has been greatly increased due to optimized parsing of SQL scripts. You can open and edit large SQL scripts quicker. Moreover, to speed up your work, automatic switching off SQL editing features in large SQL scripts is implemented.

Filter toolbar in Error List window

Filter toolbar is added to Error List window to show the quantity of errors, warnings, and messages. Also it filters the list of records, so that you can access the records of the selected type in one click.

Sample database project added to the installation

Learning the structure and peculiarities of database projects has become easier. A sample database project, based on MySQL database Sakila, is added to the installation. Using the sample, even beginners will quickly get the idea and start working with projects successfully.

Get more benefits and download now:
  • dbForge Studio for MySQL 3.10
  • dbForge Fusion for MySQL 3.10
If you wish to provide feedback on the new versions, you can do it using: We are looking forward to your comments and suggestions.

Devart Development Team
http://devart.com/products-dbtools.html

Locked