195 results found
-
Path for export/import
Hi,
dbForge should remember the path used for an export/import of a table.
The user then can simply reuse the old path and does not always have to type in the path.Ronald Brandtjen
1 vote -
Tables synchronization - provide option syncing different sets of objects as needed
With database containing many objects, and multiple environments, it would be great to have a feature where one can only work with a chosen set of tables and add/remove more as needed.
1 vote -
Suffix the file name of a generated report with Date and Time
When generating a report, the default report file name is always the same as the Comparison Name, and each generation by default overwrites the previous report. Suffixing the default file name with Date and Time would be more userfriendly and avoid the accidental loss of reports.
1 vote -
Retain report generator storage location in dcomp file
When generating a report, the entered report storage location is not retained and needs to be entered every time.
1 vote -
Support for UNION operator in Query Builder
Support for UNION operator in Query Builder
It's not always convenient to have many Views created in the database, when UNION can be used to join these in a single view.
Query builder does not support UNION at this time and it would be a nice addition.
3 votes -
command line build
Agile's methodlogy now requires Continuous Integration, which leads to a need for these DatabaseProjects to be built on a headless machine, like a build machine.
Neither Studio nor Fusion seems to support compiling DatabaseProjects from the command-line. Whether it's a TFS agent or something like Jenkins, there is no opportunity for a UI-based tool to perform a task like this.
I suggest one of two paths:
a) Create a separate command-line executable that will compile these projects
b) Translate the DatabaseProject schema to MSBUILD schema (and/or schema of others' choosing, like ANT) so that it can be processed natively by…5 votes -
6 votes
-
New feature: Hide columns in table diagrams with a specific names defined by the user. For example: "TimeStamp", "LastUser" , etc.
New feature: Hide some columns in all table diagrams with a specific names defined by the user. For example: "TIMESTAMP", "LASTUSER" , etc. In some cases all tables owns some of theese fields that are not important in the diagrams and wastes space.
3 votes -
Create option in dbForge for Oracle object file extensions, then make add Fusion to VS File Extension dialog.
Fusion doesn't play well with SSDT in the same solution. Fusion grabs all .sql file associations. Double click on a .sql file in Sql Server Database Project and Fusion prompts you for a connection to Oracle. The only way to get the file loaded into SSDT Designer is to right click the file. This could all be solved if DevArt tokenized the file extension and allowed the user to choose: .plsql.
1 vote
AdminDevart
(_, Devart)
responded
When installing dbForge Fusion, it becomes the default editor for opening *.sql files and you are asked to select a connection in the dbForge Fusion’s dialog. Though, you can change the default editor in the ‘Open With’ dialog of Visual Studio. For this, please perform the following:
1. Select ‘File → Open File…’ from the main menu of Visual Studio. The ‘Open File’ dialog opens.
2. Select a *.sql file and click the down-arrow against the ‘Open’ button.
3. Select ‘Open With…’.
4. Select an editor and click ‘Set as Default’.
5. Click ‘OK’. -
sort document outline - makes finding procedures names easier
sort document outline - makes finding procedures names easier
1 vote -
fetch data is take too long time.
when i use VPN to get data. it take too long time.
1 vote
AdminDevart
(_, Devart)
responded
Could you please provide us the concrete time interval the data fetch takes?
Please also provide us the full name and vendor of the product compared to which the data fetch of dbForge takes longer?
-
Make dbForge not to hang when editing table with GUI
When I use dbForge to interactively alter tables, the execution hangs the system such that nothing can be done within dbForge while the change occurs. If I copy the sql code to a sql window and execute the code myself then it doesn't hang the system.
4 votes -
Ability to view list of private procedures/functions in package body from Database Explorer
Add to Database Explorer the ability to view the list of the private procedures/functions in package body. Otherwise, there is no possibility to navigate to the functions that are not specified in the package declaration.
3 votes -
Adding ability automatical creating RelatedTables.mdet around the chosen table
Adding ability automatical creating RelatedTables.mdet around the chosen table with preliminary specifying of the quantity levels referential tables.
1 vote -
Ability to manage database connections pool
Could you add a property on the Database Connection Properties(Advanced Tab) to handle the connections number of the database pool in order to limit the number of connections.
Thanks.1 vote -
Forget about caching metadata. This is the biggest foolishness I ever saw
Forget about caching metadata. This is the biggest foolishness I ever saw.
1 vote -
highlight selection matching in editor
when a piece of code or text is selected in editor, matching expression should be highlighted.
Ie I double click on my variable (str_name for instance), the variable is highlighted everywhere it appears in the file ...1 vote -
Comparison and Snapshot
Some RDBMS distinguish between schema owner and data user. The data users schema is using synonyms to the schema owners schema.
While the data user has an higher limit of sessions the schema owner has a limit of 1 session only.
Here comes my feature idea - it would be good to ensure, that at least taking a snapshot is working with 1 connection only. Currently taking a snapshot and comparing schemas require more than 1 sessions.
But both of those functions (snapshot, schema comparison) are core functionality for schema maintenance and customer support.Thanks
1 vote -
Add panel with procedures/functions list into package body/declaration
Add a panel with a procedures/functions list into a package body/declaration.
On double-click, navigate to a procedure/function.
The panel should be minimizable.
A similar feature is implemented in ZendStudio. Excepting, the structure of PHP or JS file is displayed as a tree. This is very convenient as the title is always at hand.
5 votes -
Ability to put text into clipboard with aligned by width columns
It would be great to put the text with aligned by width (or by name in case the column name is longer than data) columns into the clipboard. This will result in a nice looking table in the text editor (when using a monospaced font).
Such a capability is used by testers when they find errors in data and copy blocks into the task's content (RedMine system etc.).
9 votes
- Don't see your idea?