Skip to content

Commit 162b196

Browse files
committed
resolve subqueries in getBrachesForNode
1 parent c01645e commit 162b196

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/analyzer/node_batches.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ func getBatchesForNode(node sql.Node) ([]*Batch, bool) {
107107
Id: validateReadOnlyTransactionId,
108108
Apply: validateReadOnlyTransaction,
109109
},
110+
{
111+
Id: resolveSubqueriesId,
112+
Apply: resolveSubqueries,
113+
},
110114
{
111115
Id: processTruncateId,
112116
Apply: processTruncate,

0 commit comments

Comments
 (0)