How to pass named or numbered parameters to Ecto's fragment?

I was under the impression that this ? was already part of some sort of preprocessing made by Ecto, to interpolate the binding passed as args to the SQL string. I do understand that enhancing this feature would increase its complexity and error chances, maybe this use case is just not strong enough to justify that.

Anyway, thanks for chatting around with me! I hope my workaround can be useful to someone falling into that in the future.