elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Improve docs around DBConnection.Query #207

Closed wojtekmach closed 5 years ago

wojtekmach commented 5 years ago

cc @josevalim @fishcakez

wojtekmach commented 5 years ago

So just to be clear, both DBConnection.Query.encode and DBConnection.handle_execute are executed in the caller process, it's just that when we raise an error from the handle_execute callback we run into the issue described here: https://github.com/elixir-ecto/myxql/issues/76#issuecomment-531472364

josevalim commented 5 years ago

:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart: