469 results found
-
manage connection
- Add an “Open Connection” option to the right-click context menu
When the user right-clicks on a connection, there should be a direct action to open it, without needing to navigate through additional screens or buttons.
- Open the connection on double-click
Double-clicking the connection name in the side panel should immediately open the connection.
This aligns with the standard behavior of most database management tools and streamlines the workflow.- Automatically open connections when starting Data Compare or Schema Compare
When launching a Data Compare or Schema Compare operation:
If the selected connections are not already open, the software should open them…
1 vote -
3 votes
-
Font sizing step
Make editor code sizing step smaller, now the font is too small or too big when choosing
1 vote -
tabs for different datases
dbForge could be the best mysqlmanager.
Unfortunately it has no tabs to group different connections like mysqlworkbench does, what makes it impossible to use.
But for novice devs who are starting with mysql it can help.1 vote -
Bug: Filter Editor in Data Tab
When I apply the Filter Editor to a column in the Data tab, the data no longer appears in the Data tab when I reset or modify the filter.
1 vote -
Add results grid bar from SQL Complete. - Max/Min/Avg/Sum/Count/Distinct totals. Is really useful information when checking data
Add results grid bar from SQL Complete. It shows an Excel like summary bar at bottom of query window with Max/Min/Avg/Sum/Count/Distinct totals.
Is really useful information when checking data in queries/tables
2 votes -
Нотация Чена
Добавить концептуальную схему базы данных в нотации Чена
1 vote -
Add option to remove database name from tabs
Currently all tabs look like <dababasename> .<objectname>. I normally have tens of tabs opened which takes too much of space but more importantly I can NOT see the object name as it gets shortened. Could I have an option to show tabs without the database name. Such a feature exists in SSMS
2 votes -
Routine code gets whipped out when a parameter added
If you editing a code of a routine (procedure or a function) but has not compiled it yet and then you add a parameter, the code of the routine gets refreshed and you loose all the code code you wrote before latest compilation. There was no such an issue in older versions of dbForge for MySQL (tested on 10.1.24)
3 votes -
Support displaying multiple databases in a connection
Currently, in Database Connections Properties, you can only select a single database or check the Show all databases checkbox. It would be useful to be able to select multiple databases in the dropdown. As an example, we could then select informationschema, mysql, performanceschema, and sys and put them under a MySQL connection.
2 votes -
Source control lost SQL SECURITY options
When submitting routines to SVN through 'Source Control', the SQL Security option is lost
6 votes -
Update Schema Comparison to improve cross-version comparision of Views
When comparing Views between MySQL 5.7 and 8.0, Schema Comparison detects "differences" to two conditions that are actually equivalent, resulting in false-positive change detection.
- Quoted text strings are prefixed with _UTF8 in MySQL 5.7 and _UTF8MB3 in MySQL 8.0. These are actually the same character set and represent no change. In fact, if MySQL 8.0 reported UTF8, it would be different, because in MySQL 8.0 the meaning of UTF8 is now UTF8MB4.
- In MySQL 8.0 Views, the schema prefix on table names (schema.table) is automatically removed when the schema of the specified Table matches the schema of the View. Therefore,…
1 vote -
SQL notebook that can be global or per database. This can be helpful for storing and retrieving reusable SQL queries without saving files
SQL notebook that can be global or per database. This can be helpful for storing and retrieving reusable SQL queries without having to save and organize a bunch of .sql files in folders somewhere.
This is especially useful for complex queries for specific DBs or global generic ones. Also for sharing with a team.
Key word searching or tags would be nice as an option in it too1 vote -
Add an option to set default data formats used when 'Copy Data As'
Currently the data format for some field types like date, datetime, time, etc, has a default formatting which is not modifiable when using 'Copy Data As' feature, it changes to a format that isn't working for me now, so it will be nice to set default formats by the user
4 votes -
horizontal toolbars
I see now a vertical tab instead of a horizontal tab as usual. I cannot figure out how to reset the app to its normal behavior. Also how do I enlarge the font of the stored procedures and table editor, it's too small for my old eyes.
1 vote -
select, copy and paste objects between diagrams
allow objects to be 'copied' between diagrams. I would like to be able to select a group of tables from one diagram and create a new diagram from those selected tables.
1 vote -
add the ability to change individual table color in the database diagrams
allow the user to specify the header color for a table in a database diagram. ideally you would optionally be able to make it 'sticky' and affect the table in all diagrams
3 votes -
bug in table edition with graphic table editor
the table designer has a BUG. A table column can have as a default value an internal server variable, in my case @@bindaddress. The correct way to add it (@@bindaddress), and it works. But when the table editor reverses a table definition, it misinterprets these defaults and saves it back wrong.
1 vote -
Allow variable identifiers to be user defined to accommodate multiple environments.
We are unable to define delimiters for variables. This causes query code from dbForge to fail when copied to a java based production environment.
Currently the dbForge variable delimiters are not compatible with many environments.
Provide means for users to define variable delimiters like DbVisualizer does.
2 votes -
github copilot
Are there any plans to introduce GitHub co-pilots into dbforge studio for MySQL?
7 votes
- Don't see your idea?