131 results found
-
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)515 votesDear Users,
Thanks for your patience.
We would like to kindly inform you that we have released a new version of the tool. This version includes a lot of fixes.
Please be informed that the long-awaited Source Control feature is now available!
The full list of fixes and features you can find in Revision History:
https://www.devart.com/dbforge/mysql/studio/revision_history.htmlYou can upgrade to the new version within the app, just look on the bar on top for "Help→Check for updates".
Or you can use the link below:
https://www.devart.com/dbforge/mysql/studio/download.html
In case you have any additional questions or need any kind of assistance, kindly let me know.
Thanks in advance,
Devart Team
www.devart.com -
Code Refactoring
auto-change of source code containing a procedure, function, view, or table name if renamed or moved to another schema.
116 votesHello,
We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the Database Refactoring functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html
It is well known that the refactoring of a database is not an easy task and every developer or administrator, sooner or later, encounters it.
You should expect problems when refactoring a MySQL database in the following cases:
1) When renaming the table column referenced by the column of another table via foreign key.
2) When renaming the table column or the table itself from which data is fetched in a view.
3) When renaming objects with code.All the above cases were handled by us during developing this functionality and tested on real databases.
In our application, Refactoring can be invoked from the popup menu of each object in Databse Explorer as well as from the visual object editor when changing the name…
-
Export resultset as SQL
Exporting resultset not as CSV and so on, but as SQL insert statements, for example, just how phpMyAdmin can
109 votesHello,
> Export resultset as SQL
We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the requested functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html
Best regards,
Devart Team
http://www.devart.com -
Visual query builder to work with update / insert / delete queries
like in M$ Access
67 votesHello,
> Visual query builder to work with update / insert / delete queries
We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the requested functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html
Best regards,
Devart Team
http://www.devart.com -
47 votes
-
Add the ability to filter objects in Database Explorer
Add the ability to filter tables, views, fileds, etc. in Database Explorer.
43 votesThe feature is available in dbForge Studio for MySQL, v6.2.
-
Ability to disregard white space in schema comparisons
Ability to disregard white space in schema comparisons
43 votes -
Ability to give custom alias or nickname to query result tab
Add a setting to give a custom alias or nickname to the query result tab that appears when executing multiple queries within the same SQL script.
For example running 'F5' on the following queries:
SELECT * from addresses a;
SELECT * from buildings b;Will return two query result tabs named like so:
TABS: [addresses];[buildings]
(It seems dbForge names each resulting tab based on the primary name of the first table within each of the select statements)
41 votes -
dependency lister
Right-Click on an object and 'auto-object search' current schema for where this is used.
37 votes -
internal sample data generator
will be useful for rapid filling of data and study the performance, before it becomes a problem.
33 votesMeaningful test data generation is available in a new tool – dbForge Data Generator for MySQL. In a few months it’ll be implemented in dbForge Studio for MySQL.
-
Command line interface for Data Import and Export
Command line interface for importing/exporting data from/to Excel, CSV, XML, etc.
21 votes -
20 votes
Please check dbForge Studio for MySQL, v6.1.
-
Import/export compatibility with Excel/Access 2007 (xlsx and accdb formats)
Currently, importing/exporting to Excel/Access uses 2003 format. Would appreciate ability to recognise 2007 format (importing from Access 2007 not possible, exporting to Excel limited to 65000 rows, not the 1 M+ from 2007).
18 votes -
17 votes
-
color schemes for text editor and server databases tree
Please make color schemes for everything what is NOT a skin (eg. text editor area, servers-databases tree area, properties area). It is important for me to work only in blacks and dim colors. Options > Text Editor> Font & Colors no can do!
14 votesThe feature is added in dbForge Studio for MySQL, v6.2.
-
add data type in table\columns
add datatype in table\columns view
like ms sqlexample
table1
+-columns
|-column1 (int)
|-column2 (varchar(20))13 votes -
CURRENT_TIMESTAMP checkbox for a new column TIMESTAMP as default value
It will very usefull to make this option in new version.
13 votes -
Show number of object in the database explorer (tree) panel
There is the "Explorer" panel on the left (by default) where available database are shown. If you expand a database node you see Tables, Procedures, Functions and other nodes.
It would be good if number of objects were shown in the parentheses near the node name, for example:
MyDatabase
+Tables (50)
+Procedures (200)
+Functions (100)Personally, I need to see if an object (or objects) has been added to the database. For example I execute 3 create procedure statements, and then I want to check that number of procedures has been increased by 3.
12 votes -
Support Code Completion in trigger / event
When you edit or add trigger / procedure / event / etc edittor you dont have functinality such as in regular sql script(field list). Please add.
11 votes -
Export Connection List (add to export of evn options)
not everybody knows howto work with the registry, so please make it possible to export the connection list and all its options to a file - very important for making backups... it would be the best to save the connection liste parallel into a file, each time something changes, that would be the best for automated backup script...
10 votesHello,
> Export Connection List (add to export of evn options)
We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the requested functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html
Best regards,
Devart Team
http://www.devart.com
- Don't see your idea?