131 results found
-
Ability to create and manage user groups in Security Manager
Creation and easy management of the groups of user with equal access rights
1 vote -
1 vote
-
Hide/dockable options from the routine edit window as it leaves little space for routine code.
When we edit a routine in dbforge, the routine window has + Options and its window for parameters. This takes a lot of space even when we don't have any parameters. I think this should be dockable so we can get more space to view the code in the routine. At the moment I can see only 13 lines of code and have to scroll up & down continously as my routines have more than 400 lines.
1 voteSuch behavior is present in the new version 6.0 of dbForge Studio for MySQL: http://www.devart.com/dbforge/mysql/studio/
-
It's inconvenient to apply changes
1) The floppy disk icon displayed on the toolbar button does not actually reflect the sense of the Save Table operation. When working with database editors, you expect the Apply Changes button on the table's pane or the column changes in the table are applied automatically.
2) Turning off filtering is not really obvious as I couldn't find how to do it but to reopen the table. It's preferably to have the filter button to be able to turn it on/off and not to reset it when it's turned off.1 voteHello,
> It’s inconvenient to apply changes
We would like to let you know that we have released dbForge Studio Beta for MySQL, v6.0 where the requested functionality is implemented: http://www.devart.com/dbforge/mysql/studio/download.html
Best regards,
Devart Team
http://www.devart.com -
make it more obvious how to actually download your products!
your website doesnt seem to offer a download link?
1 vote -
Add a comparison grid for dbforge
I'm in the dbforge/mysql/studio/ordering page. There's Standard and Professional, Commercial and Non-Commercial. Why should I struggle to find the differences? There should be a feature grid here or linked from here.
1 votePlease refer to the following link: http://www.devart.com/dbforge/mysql/studio/editions.html
-
ability to select the entire output data grid, copy to excel
Similar to Excel, click the upper left corner of the output data grid which would highlight the entire contents of the grid, then copy, when pasted into Excel all contents of headers and cell data would be in Excel
1 vote -
... provide a way to export the schema as HTML so it can be used in a document, like Javadoc almost.
I would like a means of exporting the schema as HTML so it can be used in a document, like Javadoc almost. I don't think there is something like that in the tool currently. Thanks.
1 voteThis can be performed with the Documenter feature.
-
Allow Format Document when SQL Complete is disabled
While in Visual Studio with SSDT, I have to disable SQL Complete to enable default table and column intellisense. My primary use of SQL Complete is to format documents so I need to be able to execute Format Document even when SQL Complete is disabled.
1 voteThis feature is available in dbForge Studio for MySQL, v6.1.166.
-
Restore the option "Go to definition F12" in contex menus
Restore the option "Go to definition F12" in contex menus
It was very great to have "Go To Definition" (F12) in context menus.1 voteThis feature is present in the latest version 6.3 https://www.devart.com/dbforge/mysql/studio/download.html
-
refresh data
It would be great if we could have a quick shortcut icon or key next to "Refresh Data" (Query Tab), when after we run a query, we could retrieve the data again (without having to go to table and click - Retrieve Data). Small quirk, but massively productive.
1 voteYou can define your own shortcut for this command as follows:
1. Select ‘Tools → Options’ from the main menu. The ‘Options’ window opens.
2. Navigate to the ‘Environment → Keyboard’ branch.
3. Type ‘TableRetrieveData’ in the ‘Show Commands Containing’ field.
4. Find and select the ‘Database.TableRetrieveData’ item in the list below.
5. Set the focus in the ‘Press shortcut keys’ field.
6. Press the key combination you want to assign to the command. This combination will appear in the ‘Press shortcut keys’ field.
7. Click the ‘Assign’ button next to this field.
8. Click ‘OK’. -
export data to SQL always prepends database name
Version: 6.0.315: 'Export Data...' to SQL: a database name is always prepended to the table name; even when you remove it from the destination table name in the 'Options' step.
1 voteWe were not able to reproduce this issue on the latest build 6.2.280. Please try the latest build.
-
Split type and length in table editor
I suggest you split the data type and length elements in the table designer (new table) so that users can tab through entering column information. The current layout requires using the mouse to, for example, specify a different varchar length
1 vote -
Please, remove choosing autocomplete item with space button..
Please, remove choosing autocomplete item with space button.. Its not comfortable when you type something and press space.
1 votePlease perform the following:
1. Select ‘Tools → Options’ from the main menu. The ‘Options’ window opens.
2. Navigate to the ‘Text Editor → Code Completion → List Members’ branch.
3. Unselect the ‘Whitespace’ option.
-
Create JSON Data Import Formats option
Create JSON Data Import Formats option. You already have XML, and many websites and file downloads are now JSON
1 vote -
keyboard shortcut to show/hide resutls
Provide a keyboard shortcut to show/hide the results of a query (the results document view) instead of having to click on the button in the bottom right of the screen.
1 vote -
Generate insert data from the grid
an option to automatically generate the insert of the filtered data and displayed in the data grid
1 voteThis can be performed by right-clicking in the data grid and selecting ‘Script Data as INSERTs to → …’
-
Change the F5 shortcut key on Execute.
F5 key is sometimes used to Refresh the Database Explorer. This can be disastrous if accidentally pressed on the SQL Tab when your intention is to just Refresh the connection.
1 voteYou can assign another key for the ‘SQL → Execute’ command in the ‘Environment → Keyboard’ branch of the ‘Options’ window that can be opened by selecting ‘Tools → Options…’ from the main menu.
-
Record Count needed
Just like in Toad. Right click on table/view -> Record count. Just for a quick check
1 voteThis can be achieved by either of the following ways:
Turn off ‘Paginal mode’ from the toolbar of Data Editor or in the ‘Options’ dialog:
1. Select ‘Tools → Options’ from the main menu. The ‘Options’ window opens.
2. Navigate to the ‘Data Editor → General’ branch.
3. Unselect the ‘Use paginal mode by default’ option.
4. Navigate to the last record with Ctrl+End.orExecute the following query:
select count(*) from ‘table_name’ -
export diagram as a vector graphic
It would be nice if diagrams could be exported as vector graphics (SVG, EPS, or WMF, or ...).
Such as the diagrams can be imported in a MS-Word document and can be scaled without loose of resolution.As alternative, it would be nice if, while exporting as image, we can choose a resolution for the image.
By the way I was really searching for a long time for a tool like your "dbForge Studio for MySQL" and I think it is the best around.
It does include all I Need and much more.Thanks, Michael ;)
1 voteThis can be performed as follows:
1. Right-click the diagram and select ‘Export to Image…’ from the popup menu. The ‘Save As’ dialog opens.
2. In the ‘Save as type’ field select ‘Enhanced Metafile Format (*.emf)’.
3. Click ‘Save’.
- Don't see your idea?