elixir-ecto / db_connection

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

Allow execute to prepare new query #91

Closed fishcakez closed 7 years ago

fishcakez commented 7 years ago

This change will allow us to cast parameters if the parameter types have changed when executing a query that has not been prepared on a connection, decode using the new result types. This will allow us more chances not to error in Ecto when a migration occurs live.