Commit a2ac340
committed
fix: DESCRIBE omits incorrect $ prefix on enum literal in RETURN
Bug #27: RETURN values containing qualified enum literals (e.g.,
Module.Enum.Value) were incorrectly prefixed with $, producing
$Module.Enum.Value which causes CE0109 on roundtrip. Enum literals
contain dots and should not be treated as variable names.1 parent 73e70b0 commit a2ac340
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
0 commit comments