adonisjs / lucid

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

fix: release connection in provider shutdown #977

Closed Julien-R44 closed 6 months ago

Julien-R44 commented 6 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 6 months ago

Thanks :)