plsql:S5141 - False negative

Hi,

I’ve noticed that for rule plsql:S5141 no issue is shown for the following snippet:

procedure testProcedure is

    cursor testCursor is
        select column1, column2
          from table1, table2, table3
         where table1id = table2foreignkey;

begin
    null;
end testProcedure;

Language: PL/SQL
SQ version: 10.6

Could you please take a look at this?

Thanks!

Karl

Hey there,

I confirm this as a FN.
Thanks a lot for the find, I added a ticket on our backlog.

Feel free to track the progress there.

Thanks for finding this!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.