79 results found
-
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 -
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 -
add confirm dialog when clearing bookmarks
Need confirm dialog when clearing bookmarks
1 vote -
Support for Java Classes and Java Sources
Is there support for Java codes and classes? The objects are not displayed in Object Viewer.
1 vote -
add line # to execute selection in output
When logging the query execution INCLUDE the Line# of the first line executed in parenthesis. Really useful if you executed a chunk of code.
Currently:
-- 6:11:56 PM --
testUSPNightly_related.sql: Query opened in 0.009s [0.008s exec, 0.001s fetch]Suggestion:
-- 6:11:56 PM --
testUSPNightly_related.sql (239): Query opened in 0.009s [0.008s exec, 0.001s fetch]1 vote -
Add a browser schema panel
like the one in sql developer that allow a dinamic instant filter for object type
1 vote -
Extend Export functionality
Allow user to place the select statement of datasource inside, for instance ,a specific sheet of Excel.
1 vote -
Retain formatting on COPY
Currently only the text of an SQL statement seems to be copied (CTRL+C). It would be great if the formatting could be retained. This way the formatted text could be inserted e.g. into Word for documentation purposes.
1 vote -
When i double click on a table should exist a tab that shows a model diagram of the selected table and his relations (PK,SK) to other tables
When i double click on a table should exist a tab that shows a model diagram of the selected table and his relations (Primary Key and Secondary Key) to other tables.
That way i can quickly visualize the connections between the table i selected and his relatives.
This functionality already exist in Oracle's SqlDeveloper.1 vote -
Compare an object source code between schemas/connections or a external file
A possibility to compare the source code of an object in different schemas, something like an extra option on left mouse over the object tree, "Compare to another schema?" "Compare to external file?". Because compare databases is something unreal.
1 vote -
Edit Table - Update Identity Initial Value to Max(Col) + Increment
When editing a table with a column that has an Identity specification, set the initial value to the max value of the existing data in the identity column plus the increment so that PK Constraints aren't triggered on subsequent insert. Possibly prompt to perform this?
1 vote -
"Compile" button for packages and procedures
"Compile" button for packages and procedures
1 voteAdminDevart (_, Devart) respondedHello,
Could you send us a screenshot of the ‘Complie’ button missing?
-
Better text editor for Report scripting C#
Reports allow to add C# scripting for specific events. This is a great feature, but the editor used to write c# is really poor, basic. No intellisense, no indentation, etc...
I think it could be great to use a better editor.
Thank you1 vote -
Add custom folders to the Database Explorer Window
I'd like to be able to create a folder(s) in the Database Explorer Window based on a filter. For example...
Create a folder named Customer Tables. The folders contents are based on the filter "table_name like 'CUST%'".
Maybe even mix object types so I can see all customer tables and stored procedures.1 vote -
Ability to generate reusable schema synchronization script
Sometimes you need to update a database with the synchronization script generated when comparing two schemas. However, this script will not always be executed against the schema used for generating this script (the developer has run the comparison between the earlier and present schema, generated the script and sent it out to the administrators of the customer, for example). Locally, the earlier schema has been manually modified and, as a result, the updating script executed only partially and the rest produced errors. After some changes, there appears a need to execute it again, whereas the first part of the changes…
0 votes -
Itemize IO according to each step in plan of Query Profiler
The main reason the tool was considered by my company was its SQL profiling feature. My company is currently looking for a tool to assist with SQL query performance and tuning. The SQL Profiling feature only captures IO metrics at the query level. It does not itemize the IO according to each step in the plan.
0 votes -
Automate creation of triggers with sequence for autoincrement
Automate creation of triggers with sequence for autoincrement like in Toad.
Example:
CREATE OR REPLACE TRIGGER STATUSTRG
BEFORE INSERT
ON TDR.STATUS
REFERENCING NEW AS New OLD AS Old
FOR EACH ROW
BEGIN
-- For Toad: Highlight column ID
:new.ID := TDR.STATUSSEQ.nextval;
END STATUS_TRG;
/0 votes -
Support nanoseconds in Data Editor
The query:
SELECT TO_TIMESTAMP('2001-01-11 20:05:44.123456789', 'yyyy-mm-dd hh24:mi:ss.ff') FROM dualbeing executed in dbForge Studio for Oracle, returns:
2001-01-11 08:05:44.123456The three digits of the fraction are lost.
0 votes -
0 votes
- Don't see your idea?