132 results found
-
Allow Schema Comparison to ignore differences in integer "size"
In versions of MySQL prior to 8.0, integer values were specified with a "size", such as "INT(11)". In MySQL 8.0 and newer, the size property of integers is removed, resulting in the same value having the type "INT". This results in Schema Comparison across MySQL versions (5.7 vs 8.0) reporting false-positive differences for tables.
The "ignore data types" option in Schema Comparison does not resolve the false positives, and is also probably too blunt, because column size does matter for text and binary data. Please add an option to specifically ignore differences in the "size" of integers.
1 vote -
Add ability to compare stored procedures with formatting applied
Having the ability to compare formatted versions of stored procedures would allow to ignore stored procedures that are identical even if they are not formatted exactly the same.
The performance cost would be marginal compared to the usefulness of sorting out equivalent stored procedures.
When comparing code, what it does is what is important.
1 vote -
retreive data with sql
I want to retreive data with editable sql (select statement). It could be implemented now, but I want it in context menu.
1 vote -
mariadb support system versioned tables
Support system versioned table syntax and settings toggle for tables/columns in mariadb 10.3+
For example
SELECT * FROM mytable FOR SYSTEM_TIME ALL
is not detected as valid syntax, nor is it suggested for code completion
Also need to be able to turn on/off system versioning per column/table in edit table dialog.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.
-
dark mode
all my apps have a dark mode.. it hurts my eyes to use yours
1 vote -
Support compund statements in MariaDB
In MariaDB (as of 10.1.1), compound statements are allowed outside of stored procedures - see https://mariadb.com/kb/en/library/using-compound-statements-outside-of-stored-programs/.
9 votes -
enhancment copy mysql database feature
In the present solution, you can't copy databases from MySQL ndbcluster - cluster to standalone MySQL.
not work from cluster to normal server because when we copy
we cant unselect engine type (on normal server not exist ndbcluster engine )4 votesPlease note that you can uncheck the ‘Include Engine’ option.
-
turn off data types in column headings
I dont need data types in column headings, it disturbs me.
3 votesAn option added.
-
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 -
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 -
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.
-
Provide a feature in new data geretion
Automatic generation of fake data in tables in new data gnration.
3 votesThis feature is present in dbForge Studio for MySQL and can be accessed by selecting ‘Tools → New Data Generation…’ from the main menu.
-
Support Mariadb 10.3 or at least allow connecting to unknown future versions with just a warning.
I would much rather take the risk that something won't work quite right than be relegated to not even being able to try. Most things should work no matter what.
3 votes -
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 -
Support large (4k) resolution screen
Today 4K resolution are widely adopted and mixed with 1080p
In windows, we can use font scaling according to the screen
that feature isn't used in dbforge studio, when we move the software from one screen to another, the layout should be adapted according to the settingsmoreover, the size of the font isn't used everywhere (the database explorer, the properties, or even the modify table feature doesn't use it) and the icons size should be increased if seen on a 4K display
3 votes -
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 -
return "Generate Schema Script" Feature
Please, return "Generate Schema Script" Feature
4 votesThis feature was renamed to Database Backup.
-
3 votes
Such feature is present in dbForge https://www.devart.com/dbforge/mysql/studio/docs/index.html?how_to_manage_database_connections.htm
-
17 votes
- Don't see your idea?