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 1ba1f62 commit 748b994Copy full SHA for 748b994
orm/query_with.go
@@ -66,6 +66,7 @@ func (m Query[T]) withCte(subquery SubQuery, cteName string, recursive bool, col
66
subquery.tableName = cteName
67
subquery.recursive = recursive
68
subquery.columns = columns
69
+ m.setErr(subquery.err)
70
m.withCtes = append(m.withCtes, subquery)
71
return m
72
}
0 commit comments