295 results found
-
Please integrate backup scheduler within DbForge
Please integrate backup scheduler within DbForge
14 votes -
Option for default table detail layout (Split/Combined)
Add option for layout in which the table details are shown by default (Split or Combined). Now, it always defaults to Split.
13 votes -
Ability to track temporary tables in debugging mode
I would like to be able to track the values in temporary tables via the watch window or have an ability to query them directly within that session. This is for complex reporting procedures that use temporary tables extensively.
13 votes -
Option to rename constraints (PK, FK, indexes, etc) when renaming tables
dbForge Studio creates foreign keys and other constraints using the table name as a prefix. When we rename tables, the foreign keys remain using the old names, which most of the times we forget to change.
It would be great if when renaming a table, there was an option or a question like "Do you want to rename all constraints too?".
This would basically drop any constraint and recreate them using the new names.
This shouldn't be mandatory, but it would be a great feature for early stages of database design, where you tend to rename and move things around…
11 votes -
[Data Compare] Replace a column value with a static string
When synchronizing the database it would be nice to be able to replace a certain column with a string. For example, when you sync the user table to a test database, you dont want to get all the production email address, but would like to replace it with 'test@test.com' or something.
11 votes -
Possibility to keep previous results (data tabs) in Data Editor
When you create a query window and run multiple queries, you get multiple tabs showing the data.
If you then Ctrl-F8 to Execute Selection (either on new queries or existing) , you lose previous data tabs and they are replaced with the new one, by default it seems at least.
Is it possible to stop previously run data tabs closing, either globally or by pinning individual tabs to stop them closing when you run new queries within that tab? Its extremely frustrating when trying to access multiple data sets, you have to create new query tabs and end up in…
11 votes -
Compare Stored Procedures within a Schema (ie different procedure names, same schema).
Add ability to compare Stored Procedures within a schema (ie different names, same schema).
11 votes -
Parent tabs for separate database instance
Hello, I love your software and I am using it, so for many years using and my developing experiences, how about if I handle on multiple database per project and I opened very much database's table, so I recommend software have a parent's tab for each database inside it's child tab. Its very efficient to work and easier to sort them, I will continue using your software is my core tools, so I hope this feature will be integrated soon.
Regard!
10 votes -
Display Comments in the View Editor
Reading full description of the view from the file where it is defined by using SELECT LOAD_FILE(CONCAT(IFNULL(@@GLOBAL.datadir, CONCAT(@@GLOBAL.basedir, 'data/')), 'db/<view>.frm')) command.
More info at: http://forums.devart.com/viewtopic.php?f=23&t=27305
10 votes -
Create automation engine like VBA in MSOffice and CorelDraw or plugins Interface
It would be nice to have ability to develop automation scripts or plugins to allow extensibility of dbForge Studio for MySQL.
For example, I have repeating task:
1. Create backup of database A
2. Create backup of data in table b in database B
3. Overwrite database B with backup of database A
4. truncate table b in database B
5. Write data from backup of data in table b to database B
6. Performe some data modifications in database B
(all of this to produce developers copy of database from production database)I think that performing this feature will…
9 votes -
Add JDBC connection support
Add ability to use JDBC connections (like dbVisualizer) for access to other DB's (I personally need it for as400 / iSeries / System i data). Initial release could just support data viewing, import.
9 votes -
Set cell value at UTC Now
With a right click, I can set the date and time to now, it would be nice to also have the possibility to set the value to "UTC now". This is important when the database is used across multiple time zones.
9 votes -
Usability: Give Tabs a temporary name
PLEASE SUPPORT ME:
9 votesAdminDevart (_, Devart) respondedWe explained how to create a blank project in the following post: http://forums.devart.com/viewtopic.php?f=23&t=26085#p88675
Please note that the database projects also store the information on open documents, so next time you open the previously saved project, the documents that were open last time you saved the project, will be restored.
-
Colored background for editor
I know you added some colors to differentiate between dev, stage, prod etc., and it's a good start, but it needs to go further like Toad does. They allow you to make the whole sql editor background color to be changed.
9 votes -
Add "Find in Database Explorer" right-click context option everywhere
Currently, the "Find in Database Explorer" right-click context option seems to only be in "Find Object" results.
It would be great to have "Find in Database Explorer" everywhere "Go To Definition" (F12) is currently found. Add a default speed key to it as well (CTRL-F12?)
9 votes -
Add filter to save and then use the previously introduced
Add filter to save and then use the previously introduced
8 votes -
Execution of a single query to multiple databases
Execution of a single query to multiple databases
8 votes -
Group SQL Tabs by Connection
MySQL Workbench allows shows a tab per connection under which it displays the SQL tabs. This makes it more difficult to accidentally run a query on the wrong connection.
8 votes -
github copilot
Are there any plans to introduce GitHub co-pilots into dbforge studio for MySQL?
7 votes -
Usability: Highlight important Tables
PLEASE SUPPORT ME:
7 votesAdminDevart (_, Devart) respondedYou could use the ‘Database Project’ functionality as described below:
1. Select ‘File → New → Blank Project’ from the main menu.
2. Drag’n’drop the connection from Database Explorer onto Project Explorer (select ‘View → Project Explorer’ from the main menu).
3. Drag’n’drop the specified tables from Database Explorer onto Project Explorer.
4. Save the project by selecting ‘File → Save NewProject As…’ from the main menu.Now, whenever you open the project, you will have your favourite tables in a convenient place.
Please also see the ‘Managing Database Projects’ node in the product’s Help documentation.
- Don't see your idea?