295 results found
-
tin the list of server connections would be nice if the color of the active connection |(the little plug) was nore contrasting between
in the list of server connections would be nice if the color of the active connection (the little plug) was had more of a contrasting color between connected and closed.
4 votes -
filter rows
I am missing one feature from MySQL Workbench quite much - the "filter rows" feature that sit´s right abow the result grid. It let´s youe filter t he results quickly for a string, which I need maybe 100 times a day. This is much more efficient thant editing the query all the time (this can be quite long).
4 votes -
we need ability to print datareport from command line
Print datareport directly from command line
4 votes -
I would like the ability to copy the values from the Parameters grid in dbMonitor.
I would like the ability to copy the values from the Parameters grid in dbMonitor. We use a lot of GUIDs for values, and it would be so much easier to be able to copy the values from dbMonitor that were used as parameters, or that were returned from stored procedures.
4 votes -
Get format from server
For datetime and decimal types dbForge Studio has its own definitions. You should add a setting that will get the format from server and preferably it should synchronize changes for example if I execute
SET lc_time_names = 'tr_TR';
it should change UI format accordingly.But as a former developer and DBA admin (both mssql) I expected to see result of my query formatted in server and session parameters. For example if I set language to US English in Sql Server for my session all the datetimes in my results shown in US format both in Management Studio and my .Net…
4 votes -
AWS IAM Authentication
AWS RDS databases support IAM authentication. This makes managing user credentials across our dozens of deployed databases much easier to manage. It would be great if you client was able to use IAM credentials. Should be able to use the default profile if not specified or specify a profile to use. Refreshing credentials after the 15 minute expiration would be a great feature to support as well.
4 votes -
multi default database
It's great if I can choose many database as default at start. Currently it just support one default database
May be it will be like this: database1;database2;database34 votes -
add UI for sorting and searching for connections in the database explorer
I have about 100 database connections - these appear to be presented in creation order, so I have to remember when I created something in order to find it
This view should at least have a sort option... Others have suggested search, which would also be a great help
4 votes -
add dpi awareness per monitor
I hope you add a dpi awareness per monitor, because I use two monitors with deferent dpi (one with higher resolution and higher dpi and second with lower resolution and lower dpi), and when I move the application from the first monitor to the second it doesn't look clear.
4 votes -
Multirow update in data viewer
In the data viewer, I can update a single row, however, I often want to update all returned rows. It would be nice to right click on the column and set all rows to the same thing. As is, I have to recraft the query to be an update -- not hard, just annoying (unless I cant, in which case, the exporting of a list of pks into a update is more painful).
Love the software otherwise.
3 votesAdminDevart (_, Devart) respondedThis can be achieved with the functionality implemented in the new version by right-clicking in the data grid and selecting ‘Generate Script As → UPDATE’ from the popup menu.
-
Option "Ignore errors" while synchronizing process.
Now the synchronization aborts when an error occurs. Adding an option which overrules this behaviour and the synchronization process for a table continues.
3 votesAdminDevart (_, Devart) respondedCould you please provide us a screenshot of the synchronization you are referring to?
You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom
-
Better error message in data comparison (table name)
Hello,
When doing a data comparison and having an error, a message such as the following one is displayed:
"Error (1,1): Duplicate entry 'WBAH2022-2' for key 'Old'"The problem is that, when the data comparison is against tables, it's not easy to find the table with the problem. It would be very useful to have, at least, the name of the table.
Having also the value of the primary key would help further for this kind of error.
3 votes -
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 -
Data copy via right-click
right-click table / view for source, then right-click table / view for destination!
Should be across connections or within same schema!
3 votes -
Stacking of 'when' statements in 'Order By', 'Group By' statements
The 2..99 'WHEN's should lineup
<code>
.....ORDER BY
..........CASE WHEN intSortField = 0 THEN ContractDashZone
....................WHEN intSortField = 1 THEN ContractNameAndContractCode
END;
</code>3 votes -
Checking variable names in file at Execute Script time
In my company Database Developers write Stored Procedures in files and then Execute Script in MySQL Databse using dbForege and then testing and debugging . If we do not declare vvariable1 and use them in as
IF vVariable1 > 0 THEN
OR
CALL procname1(v_Variable1dbForge does not check variables in above cases. I appreciate if you add this feature in your coming release, this will help to make a good MySQL IDE for Stored Procedures.
3 votes -
Support backtrace on exception in debug mode
When I run a sequence of stored procedure calls and somewhere in there an error occurs, the debugging session just ends. If the error could have happened at multiple places then it would be very helpful to have a back trace of the last line to successfully execute or the one that failed to execute.
3 votes -
Colour Printing
It would be really handy to be able to print scripts in colour as it is displayed in the script editor.
3 votes -
Create table: Configure Setup with own defaults (fields, FKs...)
when creating a new table, many developers have default fields (triggers, indexes) they use: we need a setup based on a project where a new table is created based on a setup/config that was made before.
for example: every new table sould have 2 fields like:- db_created (datetime)
- db_changed (datetime)
and also 2 triggers
- trdbchanged ---> SET db_changed = NOW() ....
the first field dbforge creates, is based on the table name, would
be great, if we could change that regex, for example:if the table name is: "user" --> i always want the first field named based…
3 votes -
Debug a cursor in a stored procedure
Can be able to see the input parameters of the SQL sentence that contains the cursor
3 votes
- Don't see your idea?