237 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 -
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
53 votesHello,
> Flat table editor without popup for each column
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 -
Support MariaDB
The table containing virtual columns is not visible in dbForge Studio for MySQL:
CREATE TABLE IF NOT EXISTS
table1
(
test
varchar(255) DEFAULT NULL,
users_index
varchar(15) AS (CONCAT('test', test)) PERSISTENT,
UNIQUE KEYtest
(test
)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;35 votesThe feature is implemented in dbForge Studio for MySQL, v6.1.
-
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.
-
Support @tokutek tokudb storage engine
DbForge doesn't properly detect @tokutek tokudb storage engine. Can you guys settle this in a steel cage match?
29 votes -
24 votes
Hello,
> Make it possible for shortcut F5 to work as in MS SQL Management Studio
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 -
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.
-
Ability to setup INSERT ... SET construction
Ability to setup INSERT ... SET construction just like it's implemented for UPDATE:
INSERT INTO table1
SET
field1 = value1,
field2 = value2;19 votes -
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.
- Don't see your idea?