Commit c370f54
Handle QueryParameter with alias in EXPLAIN output
When a QueryParameter (e.g., {param:Type}) has an alias (AS name),
output it as: QueryParameter param:Type (alias name)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5b6ea17 commit c370f54
File tree
2 files changed
+12
-1
lines changed- internal/explain
- parser/testdata/03167_parametrized_view_with_cte
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
811 | 822 | | |
812 | 823 | | |
813 | 824 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments