295 results found
-
Support step-by step debugging for trigger
I would like to be able to debug trigger statements.
I would for example set a breakpoint in a trigger, execute an insert, update, or delete statement and the debugger would stop at the breakpoint allowing to check the variables and step into the code.1 vote -
Queries Log Viewer
I noticed that you have the Event Profiler tool for SQL Server - is there a similar tool available for MySQL? I know there is the query analyzer built into dbForge Studio, but what we want to do is run a web application against our MySQL database and profile the calls being made to the DB in real time.
1 vote -
Object Name Format
== English ==
Info: The feature editor cannot correctly adopt the source code. In the forum https://forums.devart.com/viewtopic.php?f=23&t=41350 the request can be displayed correctly.
After creating a view, function, stored procedure, the objects in the current version are always marked with a `sign at the beginning and end of a name.
For example, a Simplen Select command ...
SELECT Z.id,
Z.von_bis,
Current amount,
Z.von,
Z. bis FROM zaehler Z
INNER JOIN reading A
ON Z.id = A.zaehler... after the takeover ...
SELECT
Z
.id
ASid
,
Z
.von_bis
ASvon_bis
,
Z
.amount
ASamount
,…1 vote -
update initial screen size defaults
When starting up, don't maximize the window unless the screen size is 1920x1080 or smaller (full screen is disturbing on a 4K display).
if screen size larger than 1920x1080, size to 1920x1080 instead of maximizing
1 vote -
Properties view on table, option to view all fields
In Properties section you can only view the tables properties, but if a additional view/option can be give to list the column names and type it will help alot for now one has to open the table each time to view these instead of a quick click on table and see iets columns.
Also if those fields (name and type) can be selected for copy it will help alot
as I use it alot in Workbench when developing.1 vote -
Allow Skip Idénticas, remove or unmap
Allow Skip Idénticas, remove or unmap. If one knows the databases are offline, idéntica tables will Stay the same and dont need to be recompared. Do better at managing Idénticas.
1 vote -
Showing total rows next to record count
Showing total rows next to record count example. "Record 1 of 302+ of 25000" or something similar, always knowing the total rows in a query or filter is very important
1 vote -
Projects
I'm not the DBA but a DB developer. I use PROJECTS to manage scripts and SQL tools by project and support ticket.
I want to be able to define the various FIlter Setting within a project as well.
Meaning, when I load a PROJECT, not only do I get access to my various SQL scripts for that project, but it also loads FILTER settings as well. We have a few thousand tables, and it's various tedious to keep redefined the filters when I switch projects.
1 vote -
onlyoffice sheet import same as Google Sheets method
Import from Onlyoffice with Nextcloud same as Google Sheets method
1 vote -
right-click on cell -> Set value to -> custom value requested by input
right-click on cell -> Set value to -> custom value requested by input,
actually I can set to 0 or null, but in my case y need value "1" or another value.
I Actually re-paste values from same column to the rows needed, it's more easy for me set value to all column if I do a good search query before.
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 -
1 vote
-
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 -
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 -
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 -
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
- Don't see your idea?