sql(params_inline=True)
doesn't include filter values from subqueries
#1800
Labels
bug
Something isn't working
Describe the bug
When using
.sql(params_inline=True)
on a query that contains filters with subqueries, the filter values from the subqueries are not included in the generated raw SQL.Current Behavior
When calling
.sql(params_inline=True)
on a query with subquery filters, the filter values from the subquery are not included in the final SQL string.Expected Behavior
The filter values from subqueries should be included in the generated SQL when using
params_inline=True
.Minimal Reproducible Example
Additional Context
0.22.1
The text was updated successfully, but these errors were encountered: