460 results found
-
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 -
Log metadata change to file
I use meta data changes file for update customers database.
I see this feature in ems manager.best regards.
3 votes -
убрать дурацкое модальное окно "невозможно распарсить код" во время редактирования SQL
убрать дурацкое модальное окно "невозможно распарсить код" во время редактирования SQL
3 votes -
1 vote
-
0 votes
-
Workspaces
create named workspaces that stores at least open tabs and maybe other stuff as well. so when i switch the workspace the whole desktop with all its tabs should be loaded
that would keep editor pane more clean
in my environment i work on different projects in parallel and for each projects i need a lot of queries. And at the moment i have all sql files open from all my prjojects. with the new feature i would create workspaces for my projects and just switch beteween them3 votes -
create project solution, so even databases with multi-database relation can be versioned
It would be nice to have Project explorer which can hold multiple databases project, which can be then versioned.
I have database project which has dependency on different database object and it can not be built, because of missing dependency in project.3 votes -
1 vote
-
Please add: ignore views when comparing database schema in DBforge studio for mysql
I would like to exclude tables with table_type VIEW, aka exclude the views when comparing two database schemas..
This would be a nice feature.1 vote
- Don't see your idea?