466 results found
-
Trial Version: Edition Selection
I just discovered this product and I am evaluating it for further use. Unfortunately, there doesn't appear to be a way to select a particular edition to evaluate. As an independent developer, I can almost assure you I will not be purchasing the Enterprise version. However, there's no way to "trail" anything short of that and I feel this makes the trial somewhat ineffective: I can't evaluate and consider any version of the product I may actually consider purchasing. I'm guessing the design goal is to convince prospective buyers to spend more money; however, it's more of a turn-off than…
1 vote -
Profiling for queries with CTEs
When running the query profiler on a query that contains CTEs, the results are not accurate and the Explain Plan section does not appear in the profiler tree.
To profile queries with CTEs I have to re-write them as subqueries which is a waste of time and makes it more difficult to read.
1 vote -
Support INSERT ... RETURNING clause
Support for INSERT .... RETURNING clause, supported my MariaDB, in syntax. Currently dbForge Studio complains when using RETURNING.
1 vote -
Store app settings and workspace (user environment) in cloud
Hello!
To easily switch between PCs and avoid recovery environment settings after reinstalling, crash etc, I offer to store them in a cloud (gitub, gitlab ..)
The way as MS Visual Studio Code do.
Including database connection for sure.
3 votes -
tables
Ability to manually group tables into folders
1 vote -
Support of U2F SSH authentication
Support of yubi key / fido (u2f) authentication with ssh
it is supported since openssh 8.2 and that would be a great feature (and avoid to have to use public / private key auth)3 votes -
Option to control which pane/window gets focus after F5/execute.
After typing a query and hitting F5 to execute it, the application's focus switches to the data pane. This is great for some use-cases, but when exploring data, it's often enough to simply see the data - it's not always necessary to interact with it. This use-case is more common for me, and my speed is decreased when having to reach for my mouse after each F5 to put the focus back into the query pane.
Could we get an settings option to control which pane gets focus after executing a query? I'd love to keep my cursor focused on…
1 vote -
Exporting multiple outputs
If multiple queries are run at the same time on the same sql tab, and there are thus multiple outputs, there should be the ability to export all the outputs simultaneously. This feature is available in PL SQL Developer.
4 votes -
update grid alert
When choosing to edit a record from a select, an alert always appears that shows us the following:
"Unique key is missing"
This in previous versions only appeared when you did not indicate the primary key. Now it always appears even if it is a select * from anytable;
9 votes -
show total number of records in "retreive Data" tab and/or in propertie window.
in the table-properties window i am missing the number of records, which seems an handy and important information to me.
Also in the retreive Data Window its hard do find out, how many records in total the selected table contains.1 vote -
Better support for fulltext engines Sphinx and Manticore
dbForge for Mysql has the ability to run SQL scripts for Sphinx and Manticore engines. But in the comparison with your competition (EMS ...), there is no option to show FACET results. For example next script:
SELECT *
FROM company
FACET location_code
ORDER BY COUNT(*) DESCyour competition display on two tabs. Main result on first and the result of the facet on the second tab. dbForge displays just the main result. You have the ability to display more SQL queries on separate tabs, so I will be glad if you implement the same functionality for these engines.
1 vote -
SDE Full Document Recovery Options - when dbForge app crashes
This is marketed as an enterprise-grade dev tool. After years of use I was astounded to discover dbForge doesn't have decent full document recovery when the app crashes. The app doesn't crash much so it is a shock when it does, and then takes your unsaved SQL development code with it.
Every editor should be auto recoverable upon reload - SQL editor, Query editor, Stored Proc editor. All open windows in dbForge should be offered for recovery upon relaunch.
5 votes -
SELECT command denied to user 'XX'@'XXX' for table 'component'
When I open the database connection, it prompts me 'SELECT command denied to user 'XX'@'XXX' for table 'component'',There is no such problem when using other database's GUI
3 votes -
Duplicate Current Code line
This is a proposed SQL Document shortcut key. When working in Text view, there is a shortcut using Ctrl + L:
Delete current code line and copy it to clipboard
I propose a similar shorcut using Crtl + D:
Duplicate current code line
This will make a copy of the current line right below it. This is especially useful when creating new queries based on the current one that may only require slight modification to the parameters.
5 votes -
tabs
Please find a way of separate queries by group. It's impossible to work with multiple connections and multiple queries with this layout.
I try to use dbforge since last 5 years or more, but allways have to give up and back to the great and abandoned mysqlworkbench.1 vote -
Selected cell of Data-Compare goes blank
Awesome product btw - (just) one annoying bug:
This relates to the top part of the data compare section; any selected cell to pick a related view turns white and doesn't show the number anymore - just the checkbox. Same for the source or target object name.
(Moving away to see the number again resets the list view; looking at the tag bubble of the list requires searching the columns since the position is always shifting based on the length of all numbers. Not so much fun on large data sets)
Thanks for your fantastic work,
Regards,
Martin.(customer since…
1 vote -
Acive connection on dbforge window caption
It's very dificult to have multiple database connections with dbforge. If you put the name of active connection on the window caption, it hould be easier to open multiple instances of dbforge and locate each one on the windows task bar
1 vote -
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 -
Conditional Update of two tables before synching
important need:
I have a table with the following field property: ON UPDATE CURRENT_TIMESTAMP. Which shows me the latest update made at each row on any update that occur to the row.
NOW, I want the dbForge to synch from table 1 to table 2 only if table 1 datetime field is greater than table 2.
How can I achieve this in dbForge please.
Looking forward at your help at your earliest convenience
3 votes -
Improve copy database function in MySQL
Just like in HeidiSQL
1. Allow select not only schema but also tables and other objects
2. Allow set "copy data" for each tables individually (eg. log tables with millions and GB of worthless records, whitch I don't need on destination)
3. Allow to skip errors and go further (eg. from MySQL 5.7 to 8.0 I have some columns named ROWS or LEAD, whitch couse errors in 8.0, but I cannot fix it if I cannot copy that objects)
4. Add logs from copu function to Error List view. Currently they are showed only as a small on-mouse over hint.1 vote
- Don't see your idea?