spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Close SQLAlchemy session properly when SqlAlchemyConnector is disconnected #214

Closed soininen closed 1 year ago

soininen commented 1 year ago

This fixes a Traceback that originates from the Session object being force-closed in another thread if SqlAlchemyConnector was used in a different thread.

Re spine-tools/Spine-Toolbox#1140

Checklist before merging