460 results found
-
Toggle USE <database> statement
Hello,
I'm currently looking into available tools to perform DDL and DML comparison from the command line for an automation project of database continuous delivery. So besides a tool running from the command line it also needs to be able to generate the necessary scripts.
After a day of playing around with both dbForge schema and data compare, everything is looking fine and they seem to be good candidates for this project.
Unfortunately I'm currently stuck with one challenge. As the comparison phase is only done once, in the beginning of the automation chain, the generated scripts need to be…3 votes -
display column info. (such as data type, comment, null-able) in status bar
When user select any cell in the data grid, the status bar display the relative column info..
As PL/SQL Developer, see the first picture in https://www.allroundautomations.com/plssql.html
The status bar display: deptno, number(2), optional, The 2-digit department number of the employee.3 votes -
Save layout of stored procedure editor
It would be nice if the default view for stored procedures was "what I used last" rather than "half a screen of parameters, even when there are no parameters".
Admittedly I have quite a few stored procedures with long lists of parameters (because MySQL/ConnectorC++ is horrid), and even for those I would rather see the default view have the splitter dragged up to hide the "parameters" text.
I spend most of my SP editing time dealing with longer, more complex stored procedures, and having to constantly drag that splitter back up so I can have most of a screen of…
3 votes -
Show hint with database object comment in the Database explorer
Hello, guys!
I like to write comments for my objects and it will be helpful if comments will be shown in the hint on mouse hover on the database object in the Database explorer.3 votes -
Peek overview of Views, functions, and stored procedures.
when you type in a query window and you have the following types of database objects are returned: Views, Functions, and stored procedure. It will be a great feature to have a view of the code of the object.
This way it will be easier to find out which Stored procedure or view to change by simply hovering over the database object instead of going to the defintion and right click and select modify.
3 votes -
Make possibility to display on the diagram stored procedure call from another of procedure in order to see the relationship between them
I have a complicated database. The procedures call each other. It is necessary to visually see the relationships between them
3 votes -
Fixing database in git repo
When view contains some unicode notation for fields aka N' it shows difference over and over even after fixing.
When field contined some collation it shows difference over and over.
[ModelNumber] [varchar](50) COLLATE SQLLatin1GeneralCP1CI_AS NOT NULLPls fix it asap. I have dozen of objects showing that they have difference however they don't
3 votes -
Selectively disable connections
Currently I have 10 production servers and a couple of dev/test servers added to my Database Explorer, it would be awesome if there was an option to manually DISABLE/ENABLE a server entry. That way I have extra protection agains accidentally running a script on the wrong db.
3 votes -
flat styled icons
Installed this version and the design is very diferente. The icons are diferente, more dificult to identify. Please roolback to previous design.
3 votes -
Unsubscribe from emails
Provide a way to unsubscribe without logging in, a staff member has left our organisation and emails are forwarded. I don't know the accounts password...
3 votes -
Add right click on a solution explorer folder show context menu
In dbForge Fusion for MySQL, when you add a folder to the project in the Solution Explorer, right clicking on it does not bring up a menu. I added a folder named DataFiles to go along with Functions, Procedures, Tables and Views folders. When you right click on any of these last 4 folders you get a menu with the following choices:
... Add New File...
... Add Existing File...
... Add Folder
... Rename
... Delete
... Refresh
... Properties3 votes -
Optional clipboard ring (ctrl+shift+v)(ability of enable/disable) like this app http://www.hippoedit.com/screenshot-clipboard-ring-es.html
Optional clipboard ring (ctrl+shift+v)(ability of enable/disable) like this app http://www.hippoedit.com/screenshot-clipboard-ring-es.html
3 votes -
there's no "indent guide line" int the sql editor?
can you add the effect of "indent guide line" in the sql text editor,it'll be better for edit the sql?
3 votes -
Local Query Log of metadata changes: tables, procedures, views, UDFs, etc.
Add a setting by default, that once enabled - stores queries that affect metadata changes in a kind of transaction log locally on hard disk.
Recenlty I've got a problem with hosting provider, who got DB dumps with only data in it, but it's lack of saving tables, procedures, views and UDFs. Its a fail.
3 votes -
Make dbForge not to remove comments for procedure parameters
dbForge removes comments for the procedure parameters when I edit anything inside Parameter panel.
Let’s say I have
...
Code: Select all
PROCEDURE host1355175te.spfcagain(
IN puserid int /comment for the procedure parameter is here/, IN ppairid int, IN pdeb int, OUT o_res int)
COMMENT 'Comment for the procedure is here'
BEGIN...
“/comment for the procedure parameter is here/” will be removed if I, for instance, edit Comment via UI in Options panel or change parameter’s order.
3 votes -
Customize Excel Export Template
It would be fantastic if we could create Excel templates that don't include a data source, file name, etc. All I really want is for my exported data to use all the default Excel fonts, formatting, etc., not the values from dbForge.
3 votes -
3 votes
-
read invalid view
Cannot Edit Views if Column No Longer Exists. This was already asked before, but it still doesn't work. We still get "... references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them". This pops up all the time on complex projects and it's a pain to recover from with SELECT VIEWDEFINITION FROM INFORMATIONSCHEMA.VIEWS when you guys could just try this automatically whenever the error occurs.
3 votes -
Find and replace 'Look in' value setting
It would be nice to be able to set the find and replace 'look in' value to a default. I personally don't like having it search all documents by default since all the other editors I use don't do this.
3 votes -
Master password
Application now allows user to save connection information. It also allows saving password for saved connection which is very bad idea without encrypting the saved password. This means the database password is available for anyone having physical or virtual access to the hard-drive. Usual way to solve this problem is using master password (like password managers etc. do). Master password is easy to implement but very useful feature so you don't need to copy-paste the database passwords from separate password manager. This might not be suitable for all but I suppose nice feature for many.
3 votes
- Don't see your idea?