yogthos / migratus

MIGRATE ALL THE THINGS!
642 stars 93 forks source link

Fix #185 DB connection leak in select-migrations #186

Closed griff closed 4 years ago

griff commented 4 years ago

This adds a with-store macro that ensures that connect and disconnect are called correctly.

yogthos commented 4 years ago

Thanks, and good call on the macro to ensure cleanup. I just pushed out 1.2.9 with the fix to Clojars.