477 results found
-
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 -
Code for CREATE TABLE with MariaDb "system versioning" is not generated correctly.
On a table with system versioning, from context menu I select:
Generate script as > CREATE > To new SQL window.
And the output does not include SYSTEM VERSIONING data at all.
When I run SHOW CREATE TABLE tablename - I get correct information.The same with "Edit table"
(In general it would be nice to set, if "Generate script" uses dbForge engine, or from database "SHOW CREATE TABLE", because output sometimes is drastically different)0 votes -
0 votes
- Don't see your idea?