240 results found
-
HTML-View like in dbForge Studio for MSSQL
I'm usinge the free version for mySql and MSSql. In the MSSql I found the button to view the Data as HTML. It would be nice to have it in MySql-Version free also
1 vote -
common table expressions
dbForge Studio Express for MySql Version - 7.2.78
MariaDB 10.2.10
Cannot create Procedure with Common Table Expressions
The syntax checker cannot handle WITH clause, so even Procedures that work cannot be edited.1 vote -
Error reports with no email client
Few people still use email clientes in their laptops these days. I frequently see errors in dbForge Studio, I frequently find errors on the new 7.3 version, but I cannot send them.
It's 2018, please create an API to receive these errors without requiring email clients.
1 vote -
bugfix
After a few hours open, either maximized or minimized, it gets frozen, I cannot click in any button. It is like if an invisible modal button is blocking the input. This is the latest version 7.3.131. please let me know how can I help you find the issue
1 vote -
1 vote
To turn on logging, you have to perform the following:
1. Select ‘Tools → Options…’ from the main menu. The ‘Options’ window opens.
2. Navigate to the ‘Environment → Output’ branch.
3. Select the ‘Write queries sent by the program to the SQL Log’ and ‘Log application errors’ options.
4. Unselect the ‘Delete application log after closing’ option. Click ‘OK’.
5. The *.log file can be found in the directory ‘SystemDrive\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for MySQL\’.Also, you can view logs on the ‘SQL Log’ tab of the ‘Output’ window that can be invoked by selecting ‘View → Output’ from the main menu.
-
Data comparsion bug
In Data comparsion I see in "Only in Source" 29 rows. Problem is all rows are exists in the target Database! I have last (7.4.201) version of dbForge. Column "Different Records" ist will make data wrong too.
1 vote -
backup and restore connections
I have like a hundred database connections. I need to export the list, along with passwords, into an XML file and be able to import them at another installation, another computer.
1 vote -
Update Devexpress
Update to the latest version of Devexpress. There has been alot of improvement since version 13. Version 18.1 is out currently
1 vote -
Ability to stop checking for updates
Add a button or checkbox to the Update Now, Ask Later screen to have it stop asking you to update. We do not update a product unless there is a benefit to us. I am sure some others will feel the same.
1 vote -
high dpi font zoom
in high resolution/dpi, like 2k or 4k under 30" screen, the control and tree font is too small and could not found setting to adjust.
1 voteMany bugs with 4k displays are fixed.
-
utf8mb4 support
The databse charset set to "utf8mb4" and the collation set to "utf8mb4generalci". The table set as same as database, this field same as database. But when run query statement, all the chinese character was unreadable, the comment of field does too. For the comment of field, the correct string should be "地区Id", when I edit the table, he character look such as "鍦板尯Id". The other mysql studio works fine, such as MySql Workbench, Navicat.
1 vote -
SSL connection
Although dbForge is capable of switching to clear-text authentication during login, it cannot use SSL which makes no sense to use it with any external authentication implementations (like authpamcompat)
1 vote -
Script generation auto_increment bug
When backing up a database or creating CREATE script from a table, the auto_increment attribute is not set on a column which is not defined as a primary key.
eg.
CREATE TABLE wpquestionsformelement (
elementid int(11) NOT NULL AUTOINCREMENT,
formid int(11) NOT NULL,
elementorder int(11) NOT NULL,
elementtypecode varchar(50) NOT NULL,
elementparams varchar(3000) DEFAULT NULL,
questionid int(11) DEFAULT NULL,
attachmentid int(11) DEFAULT NULL,
mandatory bit(1) NOT NULL DEFAULT b'0',
deletedflag tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (formid, elementorder),
INDEX idxwpquestionsformelementelementid (elementid)
)
ENGINE =…1 vote -
Ability to 'column select' like notepad++ and SSMS
Adding column select/typing like in notepad++ and SSMS.
ALT + left mouse button, and drag
1 vote -
AUTO_INCREMENT
When I insert new record to table using table editor, ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT ) new field doesn't give the proper ID number. Seems like the editor can't find next free ID on auto increment field
1 vote -
1 vote
In case you were referring to Static Data in Script Folder, it’s supported
-
Adding or altering a virtual field is not possible.
i upgraded to mysql 5.7 because i want to profit from the virual field feature. dbforge studio for mysql does not yet implement an editor for formulas in virtual fields.
1 vote -
Mysql database copy from innodb to ndbcluster is notpossible
Mysql database copy from innodb to ndbcluster is not possible becuase when we copy we can't chose without engine set. In result on cluster each database use same engine as source (not clustered)
1 voteAn option to ignore engines is added.
-
dark mode
all my apps have a dark mode.. it hurts my eyes to use yours
1 vote -
4K Screens, adaption
On 4 K monitors displayed letters appear very small, difficult to read and another slightly bigger problem is, that some notifications and input boxes overlap and hide themselves a bit, f.ex. in IMPORT DATA function.
I currently help myself with changes in screen resolution.1 voteMany bug fixes for 4k monitors are made.
- Don't see your idea?