Hi,
When I install a file in a Command window and a view is created, when a comment is added to a column, the replacement variables are not replaced with the defined value. E.g.
DEFINE PKG = TEST_API
in a view column comment:
comment on column MY_VIEW.TEST_COLUMN is 'REFERENCE=:&PKG..Get_Default_Test_Value';
In previous versions of PL/SQL developer "&PKG.." was replaced with "TEST_API.".
I recently upgraded from 8 to 10, so I guess something has changed in between as this has previously worked since version 3 or so.
Is this a bug, intended behaviour or is there perhaps a setting I have missed somewhere?
Thanks,
Krister
When I install a file in a Command window and a view is created, when a comment is added to a column, the replacement variables are not replaced with the defined value. E.g.
DEFINE PKG = TEST_API
in a view column comment:
comment on column MY_VIEW.TEST_COLUMN is 'REFERENCE=:&PKG..Get_Default_Test_Value';
In previous versions of PL/SQL developer "&PKG.." was replaced with "TEST_API.".
I recently upgraded from 8 to 10, so I guess something has changed in between as this has previously worked since version 3 or so.
Is this a bug, intended behaviour or is there perhaps a setting I have missed somewhere?
Thanks,
Krister