79 results found
-
export edilen tablolarda sıralama kriteri (örneğin primary key id artan ya da azalan olarak) belirlenebilmelidir.
export edilen tablolarda sıralama kriteri (örneğin primary key id artan ya da azalan olarak) belirlenebilmelidir.
1 vote -
Need multiple columns sorting in grid result
Need multiple columns sorting in grid result, like DataGrip
1 vote -
1 vote
-
1 vote
-
Need select all cells by click top-left corner of grid result
Basically align with ssms please
1 vote -
1 vote
-
Support schedule jobs in schema comparison
The schema comparison should allow to compare DBMS_SCHEDULER-derived objects, such as scheduled jobs, schedules, programs, chains, and so on.
2 votes -
Field Name Suggestions/Completion
It would be very helpful of field name suggestions/completion existed for linked databases.
1 vote -
Ability to navigate for procedures and functions
Add ability to navigate for procedures and functions as it realised in menu item Go To Definition for tables.
3 votes -
custom viewer/export for blobs
Custom Export functions for Blobs
Blobs can have multiple formats. In our case zipped zpl (zebra printing language)
Please provide a way for custom viewers / exports realized with .Net Plugins
Jan
1 vote -
move/duplicate row in source/sql editor
In editory you can move the current up or down (swap rows). Common keyboard assignment is Alt + Up / Down.
Duplicating a row up or down is often available with Shift + Alt + Up/Down.1 vote -
"Navigate to" - navigate to an object definition quickly and by keyboard only
Ability to navigate to search for and navigate to an object definition via keyboard navigation and at pace.
Something similar to Datagrip 's"Navigate to" (Ctrl+N) or Resharper search everywhere (Ctrl+T)
8 votes -
Filter Schemas
It would be nice to be able to filter schemas (as one can with database objects) when 'Show All Objects' is selected on the database connection.
9 votes -
Have option to show possible values for field in query builder where clause generation.
When creating a where clause in query builder have an option that shows the possible values for a field (select one for logical checks, checkboxes for in and not in selections). This was one of the nice features in TOAD.
4 votes -
LDAP connection type for Oracle
Hi.
I really enjoy the Studio for Oracle; unfortunately I cannot use it the latest project, as it uses LDAP type connections to OracleDB.
Could you implement this way of connecting to Oracle DBs?
Thank you, regards.
9 votes -
Source Control support like you have in the SQL Server Studio product
Source Control support like you have in the SQL Server Studio product
6 votes -
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 -
Open a Table (Data View) direct in the Script with a shorcut
It would be nice it there is a shortcout to open direct a selected Table from a Script.
For example:
Create table xy as select from t_test;
So i can go with the cursor to ttest and with a shortcut the table ttest opens directly (Data View)
4 votes -
Set default encoding in user's preferences
Everytime I save a script (.sql) I have to select the correct encoding. For me it's West-European ISO/28591 but you default to UTF-8/65001. It's very annoying to do it every time and sometimes forgetting which lead to funny characters in the script.
It was also asked a long time ago : http://forums.devart.com/viewtopic.php?f=22&t=24439
Can you add this to the users's preferences ?
Thank youBTW this form does NOT seem to work in IE8 that we have at work. Won't accept the password...
10 votes -
Schema Compare Sequence with different start with
Comparing a Sequence with a different start with value is always displayed as equal in the comparison-results.
Production:
CREATE SEQUENCE EXAMPLESEQ START WITH 61 INCREMENT BY 1;
Test:
CREATE SEQUENCE EXAMPLESEQ START WITH 41 INCREMENT BY 1;After moving the data for a table which uses the sequence from production to test the Test-Sequence-nextval will set wrong values for new rows, if the start with is not corrected.
An Option to compare and synchronize the "start with" of the sequence would be fine!
9 votes
- Don't see your idea?