Closed fishcakez closed 6 years ago
https://github.com/elixir-ecto/db_connection/pull/86 stops logging raising and no longer raises on errors for non-bang functions. This can mean that DBConnection.ConnectionError errors are returned where not previously handled.
DBConnection.ConnectionError
https://github.com/elixir-ecto/db_connection/pull/86 stops logging raising and no longer raises on errors for non-bang functions. This can mean that
DBConnection.ConnectionError
errors are returned where not previously handled.