improve visibility of check constraints in edit/view table window

Bernhard S

Member³
check constraints can often be lengthy and include several lines.
So in such cases it would improve the overview a lot to automatically show several columns per constraint so several conditions can be seen at same time at once.
In cases where the condition is still to large for that there should a button for a large data editor.
 
Bernhard, you are so right, check constraints can be very hard to read in the table editor. As a work-around, I often use the View SQL button to see the full table definition. The check constraints are at the bottom of the editor, so they can quickly be found.
But I agree, it would be so nice to have a 'large editor' option in the table viewer (also for viewing column comments, storage clauses etc.)
 
rrPropject plugin contains multiline viewer. It works with read-only grids related to non-PL/SQL objects (including also table viewer). On double-click shows cell contents in a multiline viewer.

Tool path: IDE Enhancements --> Grid cell Viewer.
 
Back
Top