Commit 4542fa8
committed
fix(ast): rename shadowed variable in ArrayJoin SQL() serialization
The loop variable `s` shadowed the receiver `s *SelectStatement` in
the ARRAY JOIN SQL() block. Renamed to `elemStr` to satisfy gocritic
shadow check.
https://claude.ai/code/session_01KHvVJ6V1t2nmkaZQkS5Ge31 parent 3d62cf9 commit 4542fa8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
| 573 | + | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
0 commit comments