adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.08k stars 195 forks source link

fix: release connection in provider shutdown #977

Closed Julien-R44 closed 11 months ago

Julien-R44 commented 11 months ago

without this fix, Adonis apps dont shut down since database connections remain open For example, tests in an Adonis 6 apps never end if Lucid is used.

See the second test added

thetutlage commented 11 months ago

Thanks :)