dbForge Studio for MySQL
-
Code Refactoring
auto-change of source code containing a procedure, function, view, or table name if renamed or moved to another schema.
91 votes -
Export resultset as SQL
Exporting resultset not as CSV and so on, but as SQL insert statements, for example, just how phpMyAdmin can
70 votes -
Integration with Version Control System
Need integration with version control systems (Bazaar, SVN, GIT). Store and retrieve objects (SP, Func, etc.) and DB schema at all. Diff, history, etc.
Just like in Eclipse, but (file) == (SP, Func and other DB schema objects)69 votes -
60 votes
-
Flat table editor without popup for each column
With preview of maded changes (ALTER TABLE code);
With copy/paste for columnsAs HeidiSQL: http://www.heidisql.com/screenshots.php?which=table_editor
49 votes -
Copy or Move via Drag & Drop
Copy or Move via Drag & Drop of any item to another schema & across connections
26 votes -
Colors for datatypes
Displaying fields of different types in different colors, as example int* - blue, char* - green etc, in data editor and table editor. Maybe in compare tool.
As HeidiSQL: http://www.heidisql.com/screenshots.php?which=grideditors
22 votes -
Add SQL 'Scripts' folder to connection/object type list
Add 'Scripts' folder location tab to 'connection' setup dialog and you would get this:
<connection>
......Tables
......Views
......Procedures
......Functions
......Triggers
......Events
......UDFs
......Scripts
......SQL_ScriptsPerhaps even consider ability to enable a auto-maintained 'sql_scripts' table to any schema for unified storage. Browse to SQL_Scripts, right-click to Edit/Run, just like file system level scripts.
20 votes -
Ability to disregard white space in schema comparisons
Ability to disregard white space in schema comparisons
20 votes -
16 votes
-
14 votes
-
Use UML or ISO notation for diagrams.
I believe these are more intuitive than the available notations.
12 votes -
We need possibility to draw more
We need possibility to draw free any colored lines vith arrows from any diagram point to any other diagram point - small visio line drawing as sample. Without any column linking - only any line drawing.
11 votes -
internal sample data generator
will be useful for rapid filling of data and study the performance, before it becomes a problem.
11 votes -
9 votes
-
Setting to enable working with a database in implicit transactions
In the database menu we can start, commit and rollback transactions. But sometimes I forget to start a transaction, work with a database and then I want to rollback my changes, but I can't.
Would be nice if we had an option to start implicit transactions when working with a database.
Of course there are statements that cause an implicit commit, but users should be aware about them.
So, one of the use cases can be like this:
I open a new SQL window, write a few queries and execute them. And then I see links (buttons) to commit or… more
8 votes -
6 votes
-
Attention Color highlight, for database. for Be patient, with Public and Develop databases..
Allow user to choose color for DB, which will shown in editor as background or something. And don't be worry about working with Test DB and Production DB.
5 votes -
Auto-reconnect on lost connection
Now if i try to execute query if connection was lost (because of timeout, for example) annoying popup "Lost connection to MySQL server during query" appears. I need to close it and restart query.
Very annoying on servers with small timeout.
Suggestion: make at least one connection retry, before show this popup. Maybe make behaviour configurable.
5 votes -
data comparisons, add abilty to view by row stacking
While viewing records in data comparisons, add abilty to view in column side-by-side (as currently available) -OR- by row stacking
5 votes