300 results found
-
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 -
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 -
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 -
tables
Ability to manually group tables into folders
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 -
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 -
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 -
Change Font Size
Option to set the font size on the database Explorer and other view windows, like the Data Viewer for example, on 4K monitor , the size are very small , don't and using window Scale. mess up all (Version 9.1.8)
1 vote -
Taskbar item should show up for each floated (query) window
I like to have floating query windows because I run a lot of queries and often would like to compare results in windows next to each other.
Currently these floating (undocked) windows do NOT produce a taskbar item respectively. I think they should. This way I can find my queries instead of losing track of them. One window might cover the others and then I can't see them.
Navicat currently has this feature. dbForge can top Navicat.
Please implement this feature! The taskbar item should show up in the monitor where the floating window currently is located.
Thank you!
1 vote -
Different row color every 3rd row for visual differentiation
All the rows currently have the same color (except any row that is selected).
They should have color differentiation. The "old school" way was to have alternating colors but the smart way is to have a different color every third row, as that is sufficient for eyeballing a long row. Each row will have a different-colored neighbour this way and so there's no confusing each row visually.
Let's do this! Navicat has this formatting implemented, I'm surprised dbForge doesn't have any visual row differentiation.
Thanks!
1 vote -
Add command palette functionality
I love the command palette in VS Code and Chrome Dev Console. I can press control+p and enter a filename or control+shift+p and type, find and perform common operations.
I'd love to be able to press something like that where I can type in a table name. The list would show me matching tables in all of my connections (or even just my current active connection) and give me options to select from the table, scroll to and select the table in database explorer, open the table editor, etc.
Other common commands could be in the command palette too, like:…1 vote -
compare objects via right-clicks
compare source objects, table def & data via right-clicks (See Beyond Compare@ScooterSoftware.com)
0 votes -
table change -> view update (with preview)
When making a table change, validate all source objects / views (in case of column name change). Provide list of objects that this update affects and allow double-click to edit or view update (with preview) Beyond Compare style!
0 votes -
0 votes
-
Gutter (right margin)
Add gutter (aka right margin) for code inspections.
0 votes -
Add ability to preserve custom code in both mapping and class files through "custom code region"
Add a feature to preserve custom code in mapping and class files through "custom code region"
0 votes -
Show up non-declared variables (i.e. @xyz) in autocomplete suggestions
A user variable (AKA:session variable) not showing in the autocomplete list. Variables defined using the DECLARE syntax show up fine but those created using the "SET @" method do not.
BEGIN
DECLARE v1 INT; SET @v2 = 1; SELECT 1 FROM users AS u WHERE
END
0 votes -
Add alternative ways to open table and ability to open many instances of same table
Please add a switch key (SHIFT, CTRL or ALT) to the left mouse click behavior to open a table in design, text or data view with a single click.
Also please give the ability to open many istance of the same table in data view to be able to apply different conditions in the Filter Editor for the same table.0 votes -
0 votes
-
0 votes
- Don't see your idea?