Code assistant has problems in Test window

Hi guys,

It is wonderful to use PL/SQL Developer 6.0.4 for day-to-day use! Thanks!

Unfortunately, I experience one small issue in Test window. It is very convenient to use Code assistant to finish variable names when you program. This feature works when you edit Package Body but does not when you edit code in the Test window.

What breaks it is declaration of variable that uses table.column%TYPE.

The only way around is to declare variables with normal data types like VARCHAR2, NUMBER, ...

Anyway thanks for great work!
Hope to see the fix in v.6.0.5 ;o)

Best regards,
Boris
 
Hi Marco,

Another problem in Test window:

Same "old" behaviour after adding code like

TYPE tab_emp IS TABLE OF emp%ROWTYPE INDEX BY BINARY_INTEGER;

Best regards,
Boris
 
Back
Top