Commit 55d1398
committed
Stop OraParam walker from recursing into scalar fields
Follow-up to eb51c8e: after introducing WALK(), a few call sites
still passed non-Node scalar members (extname, jointype, ctename)
through the walker interface. Those are not parse-tree nodes and should
not participate in recursive traversal.
Drop those WALK() calls so recursion only follows real Node/List
subtrees while preserving the OraParam numbering behavior for object and
query structure fields.1 parent eb51c8e commit 55d1398
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
1055 | | - | |
1056 | 1054 | | |
1057 | 1055 | | |
1058 | 1056 | | |
| |||
1570 | 1568 | | |
1571 | 1569 | | |
1572 | 1570 | | |
1573 | | - | |
1574 | | - | |
1575 | 1571 | | |
1576 | 1572 | | |
1577 | 1573 | | |
1578 | 1574 | | |
1579 | 1575 | | |
1580 | 1576 | | |
1581 | | - | |
1582 | | - | |
1583 | 1577 | | |
1584 | 1578 | | |
1585 | 1579 | | |
| |||
0 commit comments