M marek Member² Apr 28, 2014 #1 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;
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;
Marco Kalter Administrator Staff member Apr 28, 2014 #1 Apparently the minus sign before the CASE statement confuses the parser. We'll fix it.
Claus Pedersen Member³ Apr 30, 2014 #1 I think it is related to a bug reported in the post Bug: Refactoring - Rename item does not work when prefixed with a minus. In this post it is also a minus sign that causes problems. The posts is from 2010, so a fix soon would be nice ...
I think it is related to a bug reported in the post Bug: Refactoring - Rename item does not work when prefixed with a minus. In this post it is also a minus sign that causes problems. The posts is from 2010, so a fix soon would be nice ...
M marek Member² Mar 28, 2023 #1 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)
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)