Print Thread
Code Completion Misses Row Variable in Cursor For Loop
#64686 07/05/23 08:59 AM
Joined: Apr 2020
Posts: 92
Z
zakko Offline OP
Member
OP Offline
Member
Z
Joined: Apr 2020
Posts: 92
Let's assume a cursor for loop like this:

Code
for text in cGetAllLines
  loop
    [some code using text]
    begin
      [some code using text]
    exception
      ...
    end;
end loop;

Observed behavior:
At least within a additional begin-end block, the row variable "text" is not recognized by PL/SQL-Developer's code completion (F6). Even in the loop before the begin-end block the row variable is not offered by the code completion.

Expected behavior:
A row variable in a cursor for loop should always be identified by the code completion (F6).

Version 15.0.3.2059 (64 bit)
Windows 10 Build 19045

Re: Code Completion Misses Row Variable in Cursor For Loop
zakko #64688 07/05/23 09:31 AM
Joined: Aug 1999
Posts: 22,212
Member
Offline
Member
Joined: Aug 1999
Posts: 22,212
I have added this to the list of enhancement requests.


Marco Kalter
Allround Automations

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.031s Queries: 14 (0.010s) Memory: 2.4958 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-05-09 04:27:52 UTC
Valid HTML 5 and Valid CSS