elixir-ecto / db_connection

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

Verify backwards compatibility for SQL drivers in Ecto ~> 2.0 #100

Closed fishcakez closed 6 years ago

fishcakez commented 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.