79 results found
-
Reverse navigation after performing Go To Definition with F12
There are often times when performing navigation with the Go To Definition (F12) command in the package. It would be great if there was a possibility to have the history of such navigations and to navigate back in the navigations chain.
4 votes -
Surround SCM integration
In dbForge for SQL Server we have direct support for Surround SCM source code management system.
Would be great if we can see this in dbForge for Oracle too.12 votes -
add confirm dialog when clearing bookmarks
Need confirm dialog when clearing bookmarks
1 vote -
Ability to select multiple schemas for creating snapshots
It would be nice if i can select multiple schemas for creating snapshots. "New Schema Comparison" window design is very handy and can be take as an example.
2 votes -
add parametr parser to "Edit Parameters(ctrl+shift+P) window
Then i use query with many param i need write all it into the parameters table hand by hand.
select :p1,:p2,:p3,:p4,:p5,:p6,:p7,:p8,:p9,:p10 from dual
please add textbox what i put m.b. JSON as:
{p1:1,p2:2,p3:3,p4:4,p5:5,p6:6,p7:7,p8:8,p9:9,p10:10} and it asserted to query and used in execute.
And can optuinal add type:
{p1:[1,number],p2:[2,number], p3:3,p4:4,p5:5,p6:6,p7:7,p8:8,p9:9,p10:10} with varchar2 as default2 votes -
"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?
-
Quick preview and export
Export current result set as insert statement to file and to clipboard (how is it in toad). Quick preview of the selected object (like F4 in Toad).
4 votes -
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 -
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 -
Generate C# POCOs e.g. for Entity Framework
It would be helpful to generate C# POCO sourcecode right inside dbForge Studio.
Right click on table or view => Generate script as => C# POCO
I use code first approach, but structure changes are made directly in the database.
Of course I use VS if I have to create a complete new c# model from a database. But for single tables / views it would be a timesaver, to generatet the POCO C# sourcecode in dbForge and then copy-paste it to VS (especially with Oracle).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 -
vi key bindings
vi key-bindings in sql editor would be amazing!
3 votes -
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 -
A link to the invalid object in the Invalid Object Manager
As you see an invalid object, double clicking it, you could go to the object declaration to fix the problem, returning to the invalid object manager after that!
3 votes -
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 -
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 -
Sorting and searching in connection browser
Sorting! Just "must be" feature.
Ability to search connection by typing in "LIKE '%searchstring%" algorythm.
3 votes -
Extend Export functionality
Allow user to place the select statement of datasource inside, for instance ,a specific sheet of Excel.
1 vote -
Add a browser schema panel
like the one in sql developer that allow a dinamic instant filter for object type
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
- Don't see your idea?