Commit 17bf0db
committed
fix(gastown): use bare column names in Rule 1b subquery
The aliased table 'am' combined with the qualified interpolator
agent_metadata.bead_id produced 'am.agent_metadata.bead_id' (double-
qualified). Use agent_metadata.columns.bead_id for the bare column
name with the manual 'am.' prefix.1 parent fe8abd4 commit 17bf0db
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | | - | |
| 638 | + | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
0 commit comments