Bug: code content pane empty when using case in cursor loop parameter

Claus Pedersen

Member³
I have a package which (amongst others) contains the code:
Code:
FOR rec IN my_cursor (CASE WHEN q=r THEN 'X' ELSE 'Y' END) LOOP
  <...>
END LOOP;
When I use this code, the contents of the code pane disappears. The package compiles correctly, but I can not see the contents of my package.

It is the CASE construction that causes the problem, calling the cursor with, for instance, a previously assigned variable works correctly.

I can see that other users have posted similar problems (related to pre-compiler directives):
Code Contents shows Empty when Conditional Compilation Directives are used

"CODE CONTENTS" problem

Will this problem be solved in the near future?

I am using version 7.1.5.1399
 
Back
Top