Can Ecto.Adapters.SQL.query/4 support Repo.default_options/1

What are you thoughts on adding support for Repo.default_options/1 in
Ecto.Adapters.SQL.query/4

We have a use case for this.

I’ve also noticed that Ecto.Adapters.SQL.query/4 does not take into consideration Repo.put_dynamic_query/1 unless it is explicitly passed in. This seems a little error prone for the developer to think he is safe using Repo but in this case has to use Repo.get_dynamic_repo. Is it possible for Ecto.Adapters.SQL.query/4 to support dynamic repos?