We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32052e4 commit 79df09dCopy full SHA for 79df09d
internal/stackql/primitivegenerator/select.go
@@ -224,11 +224,6 @@ func (pb *standardPrimitiveGenerator) analyzeSelect(pbi planbuilderinput.PlanBui
224
selCtx := dp.GetSelectCtx()
225
pChild.GetPrimitiveComposer().SetBuilder(bld)
226
pb.PrimitiveComposer.SetSelectPreparedStatementCtx(selCtx)
227
- // For indirects (subqueries, views, etc.), also set the builder on the indirect's
228
- // primitive composer so it can be found when parent's GetBuilder() iterates.
229
- if pb.PrimitiveComposer.IsIndirect() {
230
- pb.PrimitiveComposer.SetBuilder(bld)
231
- }
232
return nil
233
}
234
0 commit comments