Closed scarfacedeb closed 6 years ago
Related: #4
I tried a couple of queries with subqueries and now they all work as expected.
Tbh I'm not sure what was the purpose of put_in call in the first place.
put_in
I investigated how Ecto.SubQuery.params is used in postges adapter, and it serves different purpose there.
Ecto.SubQuery.params
Perhaps there's some case that I didn't check.
Hi @scarfacedeb, Sorry for late answer. Yes, looks like it helps. Thank you!
Related: #4
I tried a couple of queries with subqueries and now they all work as expected.
Tbh I'm not sure what was the purpose of
put_in
call in the first place.I investigated how
Ecto.SubQuery.params
is used in postges adapter, and it serves different purpose there.Perhaps there's some case that I didn't check.