elixir-ecto / db_connection

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

handle should check the lock value #169

Closed josevalim closed 6 years ago

josevalim commented 6 years ago

The lock is stored on pool_ref and matched after reading the entry on handle. If it doesn't, it can raise a runtime error.