CASE statement - parser bug in Progam Window

marek

Member²
Beautifier gives "Unable to perform operation due to errors in source code", code folding does not work as well

Code:
CREATE OR REPLACE PROCEDURE test_proc(p OUT NUMBER) IS
BEGIN
  p := - CASE
         WHEN 1 = 1 THEN
          1
         ELSE
          0
       END;
END;
 
The bug is still there

PL/SQL Developer
Version 15.0.3.2059 (64 bit)
01.145995 - 1 user license
Service Contract: 01.01.2024
Style: Windows 11 Dark
Windows 10 Build 19044
en-US(1033)/English (United States)

Physical memory : 16 654 944 kB (5 705 516 available)
Paging file : 23 208 544 kB (7 890 724 available)
Virtual memory : 137 438 953 344 kB (137 366 427 268 available)
 
Back
Top