460 results found
-
SQL BUILDER in view create screen
SQL BUILDER in view create screen
1 voteAdminDevart (_, Devart) respondedCould you please describe this in more detail?
-
Allow to switch float number decimal point from ',' to '.' in GUI. Countries other from Russia do not use ',' as decimal point
Allow to switch float number decimal point from ',' to '.' in GUI. Countries other from Russia do not use ',' as decimal point
1 voteAdminDevart (_, Devart) respondedThis setting depends on the locale of your operating system and can be changed in the ‘Region and Language’ section of your Windows settings.
-
Issue with / character on its own line in a stored proc
I am working with other devs, one of which uses another app for sp's.
In his app he has a weird formatter, but it will place / on there own line as part of a division statement in the sp.
dbForge for MySQL won't even open the sp, says it cannot parse the sp, so I cannot even open the sp to edit it.
1 voteAdminDevart (_, Devart) respondedCould you please provide us the CREATE definition of the stored procedure and let us know what version of dbForge you are using?
You can reply straight to our support system at supportATdevartDOTcom
-
Outlining, add a level below IF THEN BEGIN END
If have procedures that use
IF operation = 1 THEN
BEGIN
//code
END;
ELSEIF operation = 2 THEN
BEGIN
//code
END;
END IF;the outlining doesn't appear on the BEGIN statements in this scenario, so I cannot collapse everything inside the section. This would greatly help in navigating large procedures.
1 voteAdminDevart (_, Devart) respondedCould you please provide us the full script of the stored procedure and a screenshot displaying this issue?
Please also let us know what version of dbForge you are using.
You can reply straight to our support system at supportATdevartDOTcom
-
in visual studio: press ctrl + h always global popup window. how to use "find & replace" locally mini popup?
in visual studio: press ctrl + h always global popup window. how to use "find & replace" locally mini popup?
1 voteAdminDevart (_, Devart) respondedCould you please describe this in more detail?
You can reply straight to our support system at supportATdevartDOTcom
-
there is a BUG on the tool
When you reverse engineer a table with a column defined like this
tdate timestamp NOT NULL DEFAULT date(CURRENTTIMESTAMP) ON UPDATE CURRENTTIMESTAMP
after any change in the table, unrelated, you write the same column as
tdate timestamp NOT NULL DEFAULT 'date(CURRENTTIMESTAMP)' ON UPDATE CURRENTTIMESTAMP
which is wrong, the quotes cannot be there. The modification fails.1 voteAdminDevart (_, Devart) respondedCould you please provide us the CREATE definition of the table and specify what version of dbForge Studio for MySQL you are using?
You can reply straight to our support system at supportATdevartDOTcom
-
There's no effect in the setting of Hightlight SELECT Statement?
I remember this effect is good for the text editor of the SQL,but why is no effect now?
1 voteAdminDevart (_, Devart) respondedCould you please provide us a screenshot explaining this and describe the steps to reproduce the issue in detail?
You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom
-
error message
LOAD DATA INFILE (Error Message "Fix")
I am requesting that you add the DETAILS from the POPUP dialog to the OUTPUT window. So after you click OKAY, you still have access to the PROPER Details including DATA FILE ROW NUMBER!
https://www.screencast.com/t/wAdjle8sHmal
That is what I get once I clear the dialog. I get NO repeat of the "in row 1663857 of the data"
It was in the POPUP message (Called Additional Information)
https://www.screencast.com/t/DLfhMmAK5VZz
It would be helpful.
1 voteAdminDevart (_, Devart) respondedPlease note that there is information on the error including the row number in the ‘Error List’ window that can be opened by selecting ‘View → Error List’ from the main menu (Ctrl+W, E).
-
1 voteAdminDevart (_, Devart) responded
Could you please describe this in more detail and specify in what cases exactly this should be applicable?
-
it cannot be brought to the foreground
the latest version 7.3.137 once minimized or hiden by another program, after some time it cannot be brought to the foreground. And if you try to close it from the task bar, pops up a box to save any unsaved objects, but there is way to click on the buttons, it like something else is grabbing the input. In that state I saves a process dump. Please let me know how can I uploaded it to you.
1 voteAdminDevart (_, Devart) respondedYou could upload the file to our FTP server ftp://ftp.devart.com@anonymous or any other place and provide us the link to download it.
-
Provide a new option to perform page breaks in output documentation
Provide a new option to perform page breaks in documentation when generating documentaion (e.g. at database table level). This would allow the documentation to be more readable for users. (SQL Documentor)
1 voteAdminDevart (_, Devart) respondedCould you please provide us screenshots of the actual and expected results?
You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .
-
Do not display Object Does Not Exist error when object exists
Scenario
DB user has SELECT privileges on mysql.proc.
DB user has ALL PRIVILEGES on schemaA, and NO PRIVILEGES on schemaB.
DB user is running dbForge for MySQL 8.0.40
A Stored Procedure (spA) in schemaA calls a Stored Function in schema A (fnA).
A Stored Procedure (spB) in schemaB calls the Stored Function in schema A (fnA).Therefore, in the Database Explorer tree view, schemaA is listed, schemaB is not.
Action
The user expands the list of Stored Functions in schema A, expands fn_A, and then expands the "Used By" list.
…1 voteAdminDevart (_, Devart) respondedCould you please provide us the result of the following query:
SHOW GRANTS FOR ’DB_user_name’@’host_name’You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .
-
Make a feature where it doesn't crash every hour
Software crashes very frequently when it's just idle.
1 voteAdminDevart (_, Devart) responded>Software crashes very frequently when it’s just idle.
Could you provide us with more details on this one? What is the edition and a version of the very Studio? In addition, it would be nice and helpful to have a short video of the issue.
-
Add Schema Selector to Connection - Like 'Owner' in Find Object
Rather than a ALL or ONE schema display within a connection, add a 'schemas to display' option like what is used for "Find Object->Owner" dropdown. If it's checked, it's displayed. Leave the 'display all' button through!
1 vote -
Allow parameter values to be saved between sessions
Every time the app is relaunched values for parameters (like :userKey) have to be re-entered.
1 vote -
execute stored procedure from Data tab
If you are in the "Text" tab of a stored procedure, there is a keyboard shortcut available to execute the stored proc (F5). This results in moving you to the Data tab.
If you want to re-run the same store procedure, you must use your mouse to click the Text tab then F5 again. It would be nice if from the Data tab you could F5 or other shortcut key saving the mouse clicks.
1 vote -
Ability to manage host and db privileges on security screen
The security screen allows management of global privileges (across all databases on a server), or object-level privileges (within a given database). What's missing is the portion in between - specifiying which databases or hosts a users' privileges apply to (impacts mysql db and hosts tables). As it stands, if I want to grant a user privileges that are database specific or host specific, I must create the grant/revoke statements to target the db and hosts tables directly.
1 vote -
Implement the mouse 'snap-to' for dialogue default buttons
Please implement the mouse 'snap-to' for dialogue default buttons - saves a lot of time if enabled
1 vote -
Be able to switch the 'confirm' off for renaming stuff in the database explorer
Be able to switch the 'confirm' off for renaming stuff in the database explorer - it takes too much time
1 vote -
Close to system tray
Instead minimizes in task bar use system tray during preventing close. This will save space and more logical because all documents are closed.
1 vote
- Don't see your idea?