make parameters starts with '_' invisible in oracle mode

This commit is contained in:
hnwyllmm
2023-02-10 06:11:31 +00:00
committed by ob-robot
parent 0054972a42
commit dd654cd6f3
2 changed files with 2 additions and 2 deletions

View File

@ -2770,7 +2770,7 @@ int ObSPIService::cursor_open_check(ObPLExecCtx *ctx,
open c1 for select 6 from dual;
c2 := c1;
c3 := c1;
c4 := c1; -- c1, c2, c3, c4的ref cournt是4
c4 := c1; -- c1, c2, c3, c4的ref count是4
fetch c1 into a;
dbms_output.put_line(a);
a := 0;