460 results found
-
New function
it is necessary to add a great feature: if there is a connection to several databases that would click on any of the objects, this database became active and the request addressed to the active database, with active database would be highlighted, and the passive was less bright. this function is for heidisql.
1 vote -
JSON import to handle relational json data objects
JSON can store complex and dynamic relational data structures. It self describes the data structure, but when you want to import that into a relational database, you need to create the tables and capture the relationships using primary and foreign keys. A smart import which could create the tables and keys on the fly would be invaluable
1 vote -
NEXT AND PRIOR SQL
in the previous version there was the option to navigate within the same document between the commands executed next / previous ... I noticed that in the new version 7.3 no longer exists this command. My suggestion since I see that there is no longer this possibility and it is impossible to access the history in another tab copying and pasting I would like to know if it would have the possibility since it has all the recorded history (and it was good) to have a command or key that navigate to history by copying the command automatically to the…
1 vote -
procedure combined layout shortcut
Hello
I need combined layout shortcut for editing procedure or function.
Always, I click split or combined button.
It's very inconvenience.
1 vote -
Add schema name to qualify table in intellisense
I love your intellisense but....
if you are working on a query in a different schema that the join you are making the schema name is to inserted.for example let say you have scha.table1, schb.table2, schb.table3 with and FK defintion between the latter 2 tables
if you are in scha and start typing
select *
from schb.table2
inner joinintellisense wil propose the join with table3 (great) but if you select it it just insert
inner join table3 on .....
instead on schb,table3 on .....1 vote -
that you can sort all the fields or columns names of the tables
a way to see all the fields in a table in sorted way. A-Z or Z-A.
some tables right here have 300 columns
1 vote -
Fix start of comment detection at beginning of line
When editing SQL code in dbForge for MySQL 7.3.137, there is a case where it fails to detect the "start of comment" delimiter, and incorrectly intreprets the remaining text on the line as SQL code. This breaks the syntax highlighter, auto-complete, and ability to save stored procedures, functions, etc.
Specifically, when using a double-dash "--" to start a comment in MySQL, it normally requires whitespace after the double-dash to be interpreted as a start of comment delimiter. However, when the double dash is at the beginning of a line, it does not require whitespace.
See: https://dev.mysql.com/doc/refman/5.7/en/ansi-diff-comments.html
Example:
-- This is…
1 vote -
rent program for 10$ monthly
plz make dbForge Studio for MySQL able to rent for 10$ monthly with full features. thanks
1 vote -
Enhance Export Script with Assertion/Comment on @@global.max_allowed_packet size
Okay, I ran in to a problem when I backed up MySQL on one server and tried to restore to another machine. The target machine did not have a LARGE Enough value for @@global.maxallwoedpacket size.
This caused HUGE Blob fields to NOT load (and in fact, stopped the script from continuing SILENTLY).
By adding an ASSERTION or maybe forcibly setting the value for the script, it would have processed correctly.
To me, this is a variation of setting the DATE format at the top of the script.
At the very least, a comment in the script would have…
1 vote -
Be able to close connection from the stored procedure editor
Not sure if it needs to be classified as a bug or a new features BUT!!!!
I noticed today after our Aurora AWS Cluster failed over that I was not able to recompile a stored procedure I was altering.
From a query window you can close the connection and an execute will open it again.
But you can't close the connection from the editor!!
And it's the same with Table Editor.
I know you can close it from the DB Explore but it's inconsistent with the SQL Editor UI. You should have the same buttons.1 vote -
Data Editor - Option to show UPDATE/INSERT/DELETE statements before commit
MySQL Workbench allows users to review the update/delete/insert SQL before committing a change in the data editor. This can be useful if you would like to run the same edits on multiple connections or you would like to perform similar edits.
1 vote -
hide comments
It would be nice when debugging large queries that have been pasted into the editor and everything but relevant parts are commented out to be able to hide those commented lines (a bit like code folding in other editors)
1 vote -
Support reserved keywords and events in MySQL 8.0
dbForge Studio 2019 for MySQL 8.1.22
When sync data between MySQL 5.7.25 and MySQL 8.0.15 and table have field name in reserver keywords, got error like "check syntax ", rank,", fields and tables names must be enclosed in apostrophes.
MySQL 8.0 event like
CREATE
DEFINER = 'username'@'localhost'
EVENT odatabase.eventname
ON SCHEDULE EVERY '1' WEEK
...
in GUI shows as "every '7' (SEVEN) weeks", but DDL is right.1 vote -
Data comparison or structure comparison properties dest dbname auto selected the same name as source
In the data comparison or structure comparison properties, when you select the destination connection so that the database name is automatically selected the same as in the source.
Ability to compare all the schemes (with select ability) and both the schemes and data at once. Thank you.1 vote -
need find a value/string in a database both data and structure (just like one in navicat)
need find a value/string in a database both data and structure (just like one in navicat)
1 vote -
multiple language
Chinese GUI interface language. Can you made the mysql studio GUI interface support Chinese? Thanks. If your need one person to help you translate the english to Chinese, perhase I can do it.
1 vote -
use the database SEARCH tool to find Empty Strings
use the database search to find any column/row in the database that has a value of an Empty String (as opposed to NULL). what value would you put into the search box to find these fields. Generally expand the usability of the search tool
1 vote -
Please save the current setting "Current Document" on the Find Dialog
Please save the current setting "Current Document" on the Find Dialog. It defaults to 'All Open Documents' which is very dangerous
1 vote -
1 vote
-
A search box at the top of tables to make it easier to locate a particular table - I have well over a 100 and don't always remember the name
A search / filter box at the top of "tables" to make it easier to locate a particular table - I have well over a 100 and don't always remember the full name of the table. You type in part of the name and it would filter the tables list by the entered text.
1 vote
- Don't see your idea?