132 results found
-
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’. -
Ability to save and reuse Data Sync table mappings etc
Hi, I use your schema and data synchronisation features but with the data one I rarely (never) want to compare every table and some of the ones I don't need are quite large so I use the mapping features to de-select those I'm not interested in. Trouble is I have to do this every time as there's no way to save the connection and mapping details into a file for repeat use (if you've used Red Gate's Data Compare for SQL Server then you'll know what I mean).
Any chance you can add this functionality in, please?
2 votesPlease note that dbForge performs mapping identically to Red Gate.
Once automapping is performed and the user specified objects are excluded from the mapping, you can perform comparison and then save it. When you open the save comparison, the previously saved user specified mapping gets restored. Such a behavior is also identical to the Red Gate’s one.
If you perform automapping, exclude specific objects from the mapping, perform comparison, save, then close the document, make changes in Source and Target by removing the pair of the mapped tables and then adding the pair of new tables, then open the saved project, the saved mapping gets restored where possible. That is, the removed pair of the tables is excluded from the mapping. For the rest, the mapping is restored and the new pair of tables is mapped automatically. Such a behavior is also identical to the Red Gate’s one.
Additionally, starting…
-
Add the ability to connect through a proxy server
Add the ability to connect through a proxy server
4 votes -
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 → …’
-
Automated Migration Tools
Would love to see more smart and automated tools to migrate databases. Currently you must do a back up and restore. How about extending some of the tools to allow you to simple select source, destination, change some options, and move an entire database.
2 votesThere are the Copy Database, Data Compare, Schema Compare and Script Folder features supported in the command line interface.
Also, Exit Codes were added in the command line interface.
-
update code completion with table changes
When you change or create a table you need to manually refresh for code completion to pick-up the new changes.
Would be nice for use lazy people if it refreshed with changes :)
2 votesThis feature is available in dbForge Studio for MySQL, v6.1.166.
-
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 -
Automatic generation of database diagram schema and FK relations
Automatic generation of database diagram schema and FK relations
3 votesPlease note that you can drag’n’drop a database from Database Explorer onto a Database Diagram document that can be created by selecting ‘File → New → Database Diagram’ from the popup menu. Relations between tables will be displayed on the diagram. The database changes made on the diagram will be applied straight to the corresponding database.
Please refer to the ‘Designing Databases with Database Designer’ and the following articles in our blog:
http://blog.devart.com/how-to-create-mysql-database-in-one-shot.html
http://blog.devart.com/getting-started-with-database-designer.html
-
SQL history for more than one day
A helpful feature is a SQL history backto more weeks or moth
6 votes -
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 -
Ability to specify different formatting rules for conditions in brackets
For example...
WHERE
----X = 1
----AND Y = 2
----AND (Z = 3 OR Z = 4)Currently the OR will drop to a new line...
WHERE
----X = 1
----AND Y = 2
----AND (Z = 3
----OR Z = 4)which is hard to read
2 votesThis feature is available in dbForge Studio for MySQL, v6.1.166.
-
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.
-
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.
-
Support synchronization of security data
It would be nice if the schema comparison included security. Security manager is great but if you are maintaining multiple databases, having to manually keep permissions in sync is a pain.
3 votes -
Enable import of dynamic Excel values
Application does not import XLS sheets correctly when values are calculated via formula. Static values work ok.
6 votes -
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’. -
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
-
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.
-
Ability to export database diagram as an image
I would like to be able to generate either a single image (jpeg, png, gif) containing the whole schema, or page images. This would be really useful when publishing schema on a website for review.
The perfect solution would be where dbForge Studio for MySQL could arrange for a mime type for their dbd file, and develop browser plugins to view the dbd (like the adobe pdf reader can read pdf's), which would allow pan and zoom to make reviewing larger schema easier.
3 votesThis feature is implemented in the new version 6.0 of dbForge Studio for MySQL: http://www.devart.com/dbforge/mysql/studio/
- Don't see your idea?