Type spec. displayed twice in object broswer

stfkbf

Member²
When creating an object type:

create or replace type obj_test as object
TYPE obj_test AS OBJECT
(
attribute_1 VARCHAR2(20),

member procedure test_proc
)
...

and then adding another attribute using type evolution the object type specification will appear twice in the object browser.

A previous post addressed the issue of evoluted type specifications not being displayed properly in the editor. This was put on the list of fixes for release 6.1. Can the above become part of this release aswell ?

Best,
Thorbj
 
Back
Top