460 results found
-
Adapt Edit Parameters window for macroses
When there are parameters in code, dbForge Studio for MySQL automatically offers to enter them.
Adapt the Edit Parameters window for macroses as well. Users should be able to enter macroses' parameters or select an option to ignore them.
0 votes -
Put SQL into Excel Export
when doing exports in excel, it would be perfect to have the SQL (used for this export) in seperate sheet called "SQL" in the generated excel file.
it happens very often that you send an export to someone, and after a few days he needs a modification of this export. then i always have to search for the SQL i used fot this export.
if the SQL would be inside the excel, it would never get lost.currently i put it inside manually, but it would be great to have this feature "by default" or as an option at the…
0 votes -
Add ability to preserve custom code in both mapping and class files through "custom code region"
Add a feature to preserve custom code in mapping and class files through "custom code region"
0 votes -
Add "Edit View Visually" under "Edit View" on Database Explorer
When right-clicking a view in Database Explorer, add the "Edit View Visually" command under "Edit View" in the popup menu
0 votes -
When selecting 'Design SQL' command, make it possible to minimize Query Builder diagram
I don’t see how I can have a few VIEWs open simultaneously (in the designer). I’m used to having at least 5 open at a time, often 20 or more. Well, without names that’s impractical anyway. Right-Click / Design View seems to disable further exploring – I can’t minimize it. Wow! Hope I can have several instances open simultaneously.
0 votes -
Assign selected in Database Explorer database to current SQL document
When working with a SQL document, make it possible to specify the default database of the document by simply selecting it in Database Explorer (similar to Heidisql) rather than selecting it from the 'Database' dropdown menu on the 'SQL' toolbar.
0 votes -
Ability to select action when drag'n'dropping object onto SQL document
Show dialog suggesting to select an action (SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP) when drag'n'dropping object from Database Explorer onto SQL document like in EMS SQL Manager for MySQL.
0 votes -
Show up non-declared variables (i.e. @xyz) in autocomplete suggestions
A user variable (AKA:session variable) not showing in the autocomplete list. Variables defined using the DECLARE syntax show up fine but those created using the "SET @" method do not.
BEGIN
DECLARE v1 INT; SET @v2 = 1; SELECT 1 FROM users AS u WHERE
END
0 votes -
Find and Replace in object DDLs
We were thinking about getting this software for its refactoring capability, but when we tried it out, all it does is allow us to rename tables. What we want to do is change a signed integer to an unsigned integer.
0 votes -
Add alternative ways to open table and ability to open many instances of same table
Please add a switch key (SHIFT, CTRL or ALT) to the left mouse click behavior to open a table in design, text or data view with a single click.
Also please give the ability to open many istance of the same table in data view to be able to apply different conditions in the Filter Editor for the same table.0 votes -
0 votes
-
Slow Query Log and General Query Log
Make it similar to query analyzer in MONyog.
0 votes -
Make constructor understand variable with no @
Make the constructor understand a variable with no @
Currently, the constructor doesn't understand a variable having not specified @, so you need to add it manually.0 votes -
Add semicolon at the end of a statement in SQL Log
Would be nice that all statements would be ";" terminated in logging in SQL log so I could copy paste execute a bunch of them on another database to replicate my changes.
0 votes -
Ability to replace selected snippet fragments using drag'n'drop
When using code snippets, make it possible to replace selected fragments using a usual drag'n'drop without the need to manually delete them.
0 votes -
Display which source fields aren't mapped to destination fields
When importing files in the Mapping screen, the software shows which destination fields are and are not mapped to a source field. It would be great to know which source fields aren't mapped to a destination fields too.
0 votes -
0 votes
-
Default search / replace look in
When multiple documents are open, in Find/Replace, set the default "Look in" as Current Document. Many times, by not looking to the default selected "All open documents", the replace was done to all open documents. In the few cases I want to replace in all documents, I would prefer to select the option myself or to chose Refactor.
0 votes -
Find Invalide Objects
== English ==
The "Find Invalid Objects" wizard lists the following objects in the new version "dbForge Studio for MySQL 9.0.338":Temporary tables are listed in Views as not being found
In Vden Views, the temporary tables are e.g. created with the following command:
WITH RECURSIVETMP
as Select .... from ...) Select ... from TMPcrdebug.ENTERMODULE2 is not found. It is searched in the respective database; but not in the cr_debug database.
crdebug.ENTERHANDLER is not found. It is searched in the respective database; but not in the cr_debug database.
No further objects from the cr…
0 votes -
0 votes
- Don't see your idea?