elixir-ecto / db_connection

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

adding default empty options for a transaction #93

Closed shdblowers closed 7 years ago

shdblowers commented 7 years ago

Getting errors when testing out mssqlex with updated version of DBConnection because of this.

According to docs this default should still be here.

fishcakez commented 7 years ago

Yes it should! Thank you :heart: